[SCM] live-build branch, debian-next, updated. debian/3.0_a10-1-13-ge38633d

Daniel Baumann daniel at debian.org
Sun Jan 2 00:15:47 UTC 2011


The following commit has been merged in the debian-next branch:
commit e38633d3be8797212852ec7155a6ac820dece6d1
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Jan 2 01:15:23 2011 +0100

    Removing lb_chroot_sysvinit in favour of a hook, which is the appropriate way to handle this.

diff --git a/cgi/cgi b/cgi/cgi
index 196eb55..f01a000 100755
--- a/cgi/cgi
+++ b/cgi/cgi
@@ -80,7 +80,6 @@ else
 	LB_CHROOT_FILESYSTEM=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])chroot_filesystem=[0-9a-z]+' | cut -f 2 -d '=' | head -n1)
 	LB_LINUX_FLAVOURS=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])linux_flavours=[-0-9a-z]+' | cut -f 2 -d '=' | head -n1)
 	LB_SECURITY=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])security=[a-z]+' | cut -f 2 -d '=' | head -n1)
-	LB_SYSVINIT=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])sysvinit=[a-z]+' | cut -f 2 -d '=' | head -n1)
 
 	# Advanced binary options
 	LB_BINARY_INDICES=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])binary_indices=[a-z]+' | cut -f 2 -d '=' | head -n1)
@@ -143,7 +142,6 @@ else
 	    -e "s/LB_CHROOT_FILESYSTEM/${LB_CHROOT_FILESYSTEM}/" \
 	    -e "s/LB_LINUX_FLAVOURS/${LB_LINUX_FLAVOURS}/" \
 	    -e "s/LB_SECURITY/${LB_SECURITY}/" \
-	    -e "s/LB_SYSVINIT/${LB_SYSVINIT}/" \
 	    -e "s/LB_BINARY_INDICES/${LB_BINARY_INDICES}/" \
 	    -e "s#LB_BOOTAPPEND_INSTALL#${LB_BOOTAPPEND_INSTALL}#" \
 	    -e "s#LB_BOOTAPPEND_LIVE#${LB_BOOTAPPEND_LIVE}#" \
@@ -194,7 +192,6 @@ LB_ARCHIVE_AREAS="${LB_ARCHIVE_AREAS}"
 LB_CHROOT_FILESYSTEM="${LB_CHROOT_FILESYSTEM}"
 LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS}"
 LB_SECURITY="${LB_SECURITY}"
-LB_SYSVINIT="${LB_SYSVINIT}"
 
 # Advanced binary options
 LB_BINARY_INDICES="${LB_BINARY_INDICES}"
@@ -223,7 +220,7 @@ LB_REPOSITORIES="${LB_REPOSITORIES}"
 EOF
 
 	echo "$(date +%b\ %d\ %H:%M:%S) ${HOSTNAME} live-build.cgi: add web build (${_BUILD}) from ${REMOTE_ADDR}." >> /var/log/live
-	echo "$(date +%b\ %d\ %H:%M:%S) ${HOSTNAME} live-build.cgi: options ${_BUILD} |email ${_EMAIL}|binary_images ${LB_BINARY_IMAGES}|distribution ${LB_DISTRIBUTION}|package_lists ${LB_PACKAGE_LISTS}|tasks ${LB_TASKS}|packages ${LB_PACKAGES}|architectures ${LB_ARCHITECTURES}|mirror_bootstrap_security ${LB_MIRROR_BOOTSTRAP}|mirror_bootstrap ${LB_MIRROR_BOOTSTRAP}|mirror_binary_security ${LB_MIRROR_BINARY_SECURITY}|mirror_binary ${LB_MIRROR_BINARY}|archive_areas ${LB_ARCHIVE_AREAS}|chroot_filesystem ${LB_CHROOT_FILESYSTEM}|linux_flavours ${LB_LINUX_FLAVOURS}|security ${LB_SECURITY}|sysvinit ${LB_SYSVINIT}|binary_indices ${LB_BINARY_INDICES}|bootappend_install ${LB_BOOTAPPEND_INSTALL}|bootappend_live ${LB_BOOTAPPEND_LIVE}|bootloader ${LB_BOOTLOADER}|debian_installer ${LB_DEBIAN_INSTALLER}|iso_application ${LB_ISO_APPLICATION}|iso_preparer ${LB_ISO_PREPARER}|iso_publisher ${LB_ISO_PUBLISHER}|iso_volume ${LB_ISO_VOLUME}|memtest ${LB_MEMTEST}|net_path ${LB_NET_ROOT_PATH}|net_server ${
 LB_NET_ROOT_SERVER}|source_images ${LB_SOURCE_IMAGES}|source ${LB_SOURCE}|custom_bootstrap ${_CUSTOM_BOOTSTRAP}|custom_binary ${_CUSTOM_BINARY}\n" >> /var/log/live
+	echo "$(date +%b\ %d\ %H:%M:%S) ${HOSTNAME} live-build.cgi: options ${_BUILD} |email ${_EMAIL}|binary_images ${LB_BINARY_IMAGES}|distribution ${LB_DISTRIBUTION}|package_lists ${LB_PACKAGE_LISTS}|tasks ${LB_TASKS}|packages ${LB_PACKAGES}|architectures ${LB_ARCHITECTURES}|mirror_bootstrap_security ${LB_MIRROR_BOOTSTRAP}|mirror_bootstrap ${LB_MIRROR_BOOTSTRAP}|mirror_binary_security ${LB_MIRROR_BINARY_SECURITY}|mirror_binary ${LB_MIRROR_BINARY}|archive_areas ${LB_ARCHIVE_AREAS}|chroot_filesystem ${LB_CHROOT_FILESYSTEM}|linux_flavours ${LB_LINUX_FLAVOURS}|security ${LB_SECURITY}|binary_indices ${LB_BINARY_INDICES}|bootappend_install ${LB_BOOTAPPEND_INSTALL}|bootappend_live ${LB_BOOTAPPEND_LIVE}|bootloader ${LB_BOOTLOADER}|debian_installer ${LB_DEBIAN_INSTALLER}|iso_application ${LB_ISO_APPLICATION}|iso_preparer ${LB_ISO_PREPARER}|iso_publisher ${LB_ISO_PUBLISHER}|iso_volume ${LB_ISO_VOLUME}|memtest ${LB_MEMTEST}|net_path ${LB_NET_ROOT_PATH}|net_server ${LB_NET_ROOT_SERVER}|sour
 ce_images ${LB_SOURCE_IMAGES}|source ${LB_SOURCE}|custom_bootstrap ${_CUSTOM_BOOTSTRAP}|custom_binary ${_CUSTOM_BINARY}\n" >> /var/log/live
 fi
 
 sed -e "s/VERSION/${VERSION}/" "${_TEMPLATES}"/footer.html
diff --git a/examples/hooks/all_chroot_sysvinit.sh b/examples/hooks/all_chroot_sysvinit.sh
new file mode 100755
index 0000000..d8e4932
--- /dev/null
+++ b/examples/hooks/all_chroot_sysvinit.sh
@@ -0,0 +1,17 @@
+#!/bin/sh
+
+# Disable all
+for _FILE in /etc/init.d/*
+do
+	update-rc.d -f $(basename ${_FILE}) remove
+done
+
+# Re-enable all required (taken from -f standard chroot)
+for _PACKAGE in live-boot live-config console-common cron dpkg ifupdown initscripts kbd klogd libc6 libdevmapper1.02 libselinux1 libsepol1 login makedev module-init-tools netbase openbsd-inetd procps sudo sysklogd udev util-linux
+do
+	if [ -f /var/lib/dpkg/info/${_PACKAGE}.postinst ]
+	then
+		# Re-configure if existing
+		/var/lib/dpkg/info/${_PACKAGE}.postinst configure
+	fi
+done
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 9d990d6..ba4bcef 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -668,9 +668,6 @@ Set_defaults ()
 
 	LB_VOLATILE="${LB_VOLATILE:-true}"
 
-	# Setting sysvinit option
-	LB_SYSVINIT="${LB_SYSVINIT:-false}"
-
 	## config/binary
 
 	# Setting image filesystem
diff --git a/manpages/de/lb_chroot_sysvinit.de.1 b/manpages/de/lb_chroot_sysvinit.de.1
deleted file mode 100644
index 85c73ed..0000000
--- a/manpages/de/lb_chroot_sysvinit.de.1
+++ /dev/null
@@ -1,47 +0,0 @@
-.\"*******************************************************************
-.\"
-.\" This file was generated with po4a. Translate the source file.
-.\"
-.\"*******************************************************************
-.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "Debian Live Project"
-
-.SH NAME
-\fBlb chroot_sysvinit\fP \- Complete the chroot stage
-
-.SH SYNOPSIS
-\fBlb chroot_sysvinit\fP [\fIlive\-build options\fP]
-
-.SH DESCRIPTION
-\fBlb chroot_sysvinit\fP is a low\-level command (plumbing) of \fIlive\-build\fP(7),
-the Debian Live tool suite.
-.PP
-
-.\" FIXME
-.SH OPTIONS
-\fBlb chroot_sysvinit\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 2264c65..2843aa5 100644
--- a/manpages/de/lb_config.de.1
+++ b/manpages/de/lb_config.de.1
@@ -202,8 +202,6 @@
 .br
   [\fB\-\-syslinux\-menu\fP true|false]
 .br
-  [\fB\-\-sysvinit\fP true|false]
-.br
   [\fB\-\-tasksel\fP aptitude|tasksel]
 .br
   [\fB\-\-tasks\fP \fITASK\fP|"\fITASKS\fP"]
@@ -682,11 +680,6 @@ user at the bootprompt prior booting the default kernel. This defaults to 0
 which means it will wait forever.
 .IP "\fB\-\-syslinux\-menu\fP true|false" 4
 defines if syslinux should be make use of the vgamenu capabilities or not.
-.IP "\fB\-\-sysvinit\fP true|false" 4
-defines if the sysvinit hack should be true or false. The sysvinit hack
-disables all non\-essential services from starting up at bootup in order to
-reduce overall boottime. By default this is false and in general there you
-don't want to enable it.
 .IP "\fB\-\-tasksel\fP aptitude|tasksel" 4
 selects which program is used to install tasks. By default, this is set to
 tasksel.
diff --git a/manpages/de/live-build.de.7 b/manpages/de/live-build.de.7
index 47a1aa4..7519599 100644
--- a/manpages/de/live-build.de.7
+++ b/manpages/de/live-build.de.7
@@ -168,8 +168,6 @@ mount /selinux
 manage /etc/apt/sources.list
 .IP \fBlb_chroot_sysfs\fP(1) 4
 mount /sys
-.IP \fBlb_chroot_sysvinit\fP(1) 4
-configure sysvinit
 .IP \fBlb_chroot_sysv\-rc\fP(1) 4
 manage /usr/sbin/policy\-rc.d
 .IP \fBlb_chroot_tasks\fP(1) 4
diff --git a/manpages/en/lb_chroot_sysvinit.1 b/manpages/en/lb_chroot_sysvinit.1
deleted file mode 100644
index 0194323..0000000
--- a/manpages/en/lb_chroot_sysvinit.1
+++ /dev/null
@@ -1,33 +0,0 @@
-.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "Debian Live Project"
-
-.SH NAME
-\fBlb chroot_sysvinit\fR \- Complete the chroot stage
-
-.SH SYNOPSIS
-\fBlb chroot_sysvinit\fR [\fIlive\-build options\fR]
-
-.SH DESCRIPTION
-\fBlb chroot_sysvinit\fR is a low\-level command (plumbing) of \fIlive\-build\fR(7), the Debian Live tool suite.
-.PP
-.\" FIXME
-
-.SH OPTIONS
-\fBlb chroot_sysvinit\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 508c303..2664559 100644
--- a/manpages/en/lb_config.1
+++ b/manpages/en/lb_config.1
@@ -197,8 +197,6 @@
 .br
 	[\fB\-\-syslinux\-menu\fR true|false]
 .br
-	[\fB\-\-sysvinit\fR true|false]
-.br
 	[\fB\-\-tasksel\fR aptitude|tasksel]
 .br
 	[\fB\-\-tasks\fR \fITASK\fR|"\fITASKS\fR"]
@@ -428,8 +426,6 @@ defines the file of the syslinux splash graphic that should be used instead of t
 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 which means it will wait forever.
 .IP "\fB\-\-syslinux\-menu\fR true|false" 4
 defines if syslinux should be make use of the vgamenu capabilities or not.
-.IP "\fB\-\-sysvinit\fR true|false" 4
-defines if the sysvinit hack should be true or false. The sysvinit hack disables all non\-essential services from starting up at bootup in order to reduce overall boottime. By default this is false and in general there you don't want to enable it.
 .IP "\fB\-\-tasksel\fR aptitude|tasksel" 4
 selects which program is used to install tasks. By default, this is set to tasksel.
 .IP "\fB\-\-tasks\fR \fITASK\fR|""\fITASKS\fR""" 4
diff --git a/manpages/en/live-build.7 b/manpages/en/live-build.7
index 8e84df4..7f48369 100644
--- a/manpages/en/live-build.7
+++ b/manpages/en/live-build.7
@@ -145,8 +145,6 @@ mount /selinux
 manage /etc/apt/sources.list
 .IP "\fBlb_chroot_sysfs\fR(1)" 4
 mount /sys
-.IP "\fBlb_chroot_sysvinit\fR(1)" 4
-configure sysvinit
 .IP "\fBlb_chroot_sysv\-rc\fR(1)" 4
 manage /usr/sbin/policy\-rc.d
 .IP "\fBlb_chroot_tasks\fR(1)" 4
diff --git a/manpages/po/de/lb.1.po b/manpages/po/de/lb.1.po
index d5cdee8..1efb133 100644
--- a/manpages/po/de/lb.1.po
+++ b/manpages/po/de/lb.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -199,13 +194,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -220,10 +215,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -244,13 +238,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -265,10 +259,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -286,8 +279,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -309,9 +302,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -332,8 +324,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -355,14 +347,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -378,8 +369,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -401,14 +392,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -416,8 +406,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -439,9 +429,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -453,8 +442,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -476,22 +465,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -513,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -528,8 +515,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -551,14 +538,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -568,8 +554,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -591,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -606,8 +591,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -629,14 +614,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 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 "
@@ -647,8 +631,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -670,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -685,8 +668,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -708,14 +691,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
diff --git a/manpages/po/de/lb_binary.1.po b/manpages/po/de/lb_binary.1.po
index 61f4bea..5c4393d 100644
--- a/manpages/po/de/lb_binary.1.po
+++ b/manpages/po/de/lb_binary.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,8 +339,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -371,14 +362,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -386,8 +376,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -409,9 +399,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -423,8 +412,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -446,22 +435,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -483,14 +471,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -498,8 +485,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -521,14 +508,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -538,8 +524,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -561,14 +547,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -576,8 +561,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -599,14 +584,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 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 "
@@ -617,8 +601,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -640,14 +624,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -655,8 +638,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -678,14 +661,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
diff --git a/manpages/po/de/lb_binary_checksums.1.po b/manpages/po/de/lb_binary_checksums.1.po
index 384f298..10369f2 100644
--- a/manpages/po/de/lb_binary_checksums.1.po
+++ b/manpages/po/de/lb_binary_checksums.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -713,13 +695,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -735,13 +717,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_binary_chroot.1.po b/manpages/po/de/lb_binary_chroot.1.po
index aaa5bcf..0ea2a4d 100644
--- a/manpages/po/de/lb_binary_chroot.1.po
+++ b/manpages/po/de/lb_binary_chroot.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_binary_debian-installer.1.po b/manpages/po/de/lb_binary_debian-installer.1.po
index f8a4b2d..2daea9a 100644
--- a/manpages/po/de/lb_binary_debian-installer.1.po
+++ b/manpages/po/de/lb_binary_debian-installer.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_binary_disk.1.po b/manpages/po/de/lb_binary_disk.1.po
index cd14ee4..b9ee65f 100644
--- a/manpages/po/de/lb_binary_disk.1.po
+++ b/manpages/po/de/lb_binary_disk.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_binary_grub.1.po b/manpages/po/de/lb_binary_grub.1.po
index 0faa79d..55a62a8 100644
--- a/manpages/po/de/lb_binary_grub.1.po
+++ b/manpages/po/de/lb_binary_grub.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_binary_grub2.1.po b/manpages/po/de/lb_binary_grub2.1.po
index e92b77f..6478606 100644
--- a/manpages/po/de/lb_binary_grub2.1.po
+++ b/manpages/po/de/lb_binary_grub2.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_binary_includes.1.po b/manpages/po/de/lb_binary_includes.1.po
index 7fcf15b..dc7ded7 100644
--- a/manpages/po/de/lb_binary_includes.1.po
+++ b/manpages/po/de/lb_binary_includes.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_binary_iso.1.po b/manpages/po/de/lb_binary_iso.1.po
index fbc7993..47f07e0 100644
--- a/manpages/po/de/lb_binary_iso.1.po
+++ b/manpages/po/de/lb_binary_iso.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_binary_linux-image.1.po b/manpages/po/de/lb_binary_linux-image.1.po
index cd157f4..685e5c2 100644
--- a/manpages/po/de/lb_binary_linux-image.1.po
+++ b/manpages/po/de/lb_binary_linux-image.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_binary_local-hooks.1.po b/manpages/po/de/lb_binary_local-hooks.1.po
index 896f68b..399ad63 100644
--- a/manpages/po/de/lb_binary_local-hooks.1.po
+++ b/manpages/po/de/lb_binary_local-hooks.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_binary_local-includes.1.po b/manpages/po/de/lb_binary_local-includes.1.po
index d481b04..4ff06e1 100644
--- a/manpages/po/de/lb_binary_local-includes.1.po
+++ b/manpages/po/de/lb_binary_local-includes.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_binary_local-packagelists.1.po b/manpages/po/de/lb_binary_local-packagelists.1.po
index c1831fd..d90263d 100644
--- a/manpages/po/de/lb_binary_local-packagelists.1.po
+++ b/manpages/po/de/lb_binary_local-packagelists.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_binary_manifest.1.po b/manpages/po/de/lb_binary_manifest.1.po
index be5278f..839f32d 100644
--- a/manpages/po/de/lb_binary_manifest.1.po
+++ b/manpages/po/de/lb_binary_manifest.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_binary_memtest.1.po b/manpages/po/de/lb_binary_memtest.1.po
index 4f759e8..67e3627 100644
--- a/manpages/po/de/lb_binary_memtest.1.po
+++ b/manpages/po/de/lb_binary_memtest.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_binary_net.1.po b/manpages/po/de/lb_binary_net.1.po
index 9b9ff84..a81fc1d 100644
--- a/manpages/po/de/lb_binary_net.1.po
+++ b/manpages/po/de/lb_binary_net.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_binary_rootfs.1.po b/manpages/po/de/lb_binary_rootfs.1.po
index 75d623e..3db3408 100644
--- a/manpages/po/de/lb_binary_rootfs.1.po
+++ b/manpages/po/de/lb_binary_rootfs.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_binary_silo.1.po b/manpages/po/de/lb_binary_silo.1.po
index 75243b6..21325ea 100644
--- a/manpages/po/de/lb_binary_silo.1.po
+++ b/manpages/po/de/lb_binary_silo.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_binary_syslinux.1.po b/manpages/po/de/lb_binary_syslinux.1.po
index ed81fc0..600c1ce 100644
--- a/manpages/po/de/lb_binary_syslinux.1.po
+++ b/manpages/po/de/lb_binary_syslinux.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_binary_tar.1.po b/manpages/po/de/lb_binary_tar.1.po
index 7786937..6e368cf 100644
--- a/manpages/po/de/lb_binary_tar.1.po
+++ b/manpages/po/de/lb_binary_tar.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_binary_usb.1.po b/manpages/po/de/lb_binary_usb.1.po
index 2faade4..f0f3ea2 100644
--- a/manpages/po/de/lb_binary_usb.1.po
+++ b/manpages/po/de/lb_binary_usb.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_binary_virtual-hdd.1.po b/manpages/po/de/lb_binary_virtual-hdd.1.po
index cd2b654..e2974cf 100644
--- a/manpages/po/de/lb_binary_virtual-hdd.1.po
+++ b/manpages/po/de/lb_binary_virtual-hdd.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_binary_win32-loader.1.po b/manpages/po/de/lb_binary_win32-loader.1.po
index ba4baff..8b23248 100644
--- a/manpages/po/de/lb_binary_win32-loader.1.po
+++ b/manpages/po/de/lb_binary_win32-loader.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_binary_yaboot.1.po b/manpages/po/de/lb_binary_yaboot.1.po
index 0900830..6e8b6fd 100644
--- a/manpages/po/de/lb_binary_yaboot.1.po
+++ b/manpages/po/de/lb_binary_yaboot.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_bootstrap.1.po b/manpages/po/de/lb_bootstrap.1.po
index a8dc64e..d060307 100644
--- a/manpages/po/de/lb_bootstrap.1.po
+++ b/manpages/po/de/lb_bootstrap.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,8 +339,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -371,14 +362,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -386,8 +376,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -409,9 +399,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -423,8 +412,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -446,22 +435,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -483,14 +471,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -498,8 +485,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -521,14 +508,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -538,8 +524,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -561,14 +547,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -576,8 +561,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -599,14 +584,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 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 "
@@ -617,8 +601,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -640,14 +624,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -655,8 +638,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -678,14 +661,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
diff --git a/manpages/po/de/lb_bootstrap_cache.1.po b/manpages/po/de/lb_bootstrap_cache.1.po
index 2d138a0..a7bd31f 100644
--- a/manpages/po/de/lb_bootstrap_cache.1.po
+++ b/manpages/po/de/lb_bootstrap_cache.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_bootstrap_cdebootstrap.1.po b/manpages/po/de/lb_bootstrap_cdebootstrap.1.po
index f1b9190..3f952a2 100644
--- a/manpages/po/de/lb_bootstrap_cdebootstrap.1.po
+++ b/manpages/po/de/lb_bootstrap_cdebootstrap.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_bootstrap_copy.1.po b/manpages/po/de/lb_bootstrap_copy.1.po
index 8b1c80f..7c47142 100644
--- a/manpages/po/de/lb_bootstrap_copy.1.po
+++ b/manpages/po/de/lb_bootstrap_copy.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_bootstrap_debootstrap.1.po b/manpages/po/de/lb_bootstrap_debootstrap.1.po
index 4b6787b..808541c 100644
--- a/manpages/po/de/lb_bootstrap_debootstrap.1.po
+++ b/manpages/po/de/lb_bootstrap_debootstrap.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_build.1.po b/manpages/po/de/lb_build.1.po
index 6606363..6c9920a 100644
--- a/manpages/po/de/lb_build.1.po
+++ b/manpages/po/de/lb_build.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
diff --git a/manpages/po/de/lb_chroot.1.po b/manpages/po/de/lb_chroot.1.po
index f8c6254..fd6717b 100644
--- a/manpages/po/de/lb_chroot.1.po
+++ b/manpages/po/de/lb_chroot.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,8 +339,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -371,14 +362,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -386,8 +376,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -409,9 +399,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -423,8 +412,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -446,22 +435,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -483,14 +471,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -498,8 +485,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -521,14 +508,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -538,8 +524,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -561,14 +547,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -576,8 +561,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -599,14 +584,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 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 "
@@ -617,8 +601,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -640,14 +624,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -655,8 +638,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -678,14 +661,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
diff --git a/manpages/po/de/lb_chroot_apt.1.po b/manpages/po/de/lb_chroot_apt.1.po
index 63300fc..71d93b5 100644
--- a/manpages/po/de/lb_chroot_apt.1.po
+++ b/manpages/po/de/lb_chroot_apt.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_chroot_cache.1.po b/manpages/po/de/lb_chroot_cache.1.po
index 7a3f0b8..f549fc1 100644
--- a/manpages/po/de/lb_chroot_cache.1.po
+++ b/manpages/po/de/lb_chroot_cache.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_chroot_debianchroot.1.po b/manpages/po/de/lb_chroot_debianchroot.1.po
index 31a1733..e0a5cca 100644
--- a/manpages/po/de/lb_chroot_debianchroot.1.po
+++ b/manpages/po/de/lb_chroot_debianchroot.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_chroot_devpts.1.po b/manpages/po/de/lb_chroot_devpts.1.po
index 85d401f..bccbb81 100644
--- a/manpages/po/de/lb_chroot_devpts.1.po
+++ b/manpages/po/de/lb_chroot_devpts.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_chroot_dpkg.1.po b/manpages/po/de/lb_chroot_dpkg.1.po
index 6f73a87..8f05d9a 100644
--- a/manpages/po/de/lb_chroot_dpkg.1.po
+++ b/manpages/po/de/lb_chroot_dpkg.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_chroot_hacks.1.po b/manpages/po/de/lb_chroot_hacks.1.po
index 3ae2e74..68bf338 100644
--- a/manpages/po/de/lb_chroot_hacks.1.po
+++ b/manpages/po/de/lb_chroot_hacks.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_chroot_hooks.1.po b/manpages/po/de/lb_chroot_hooks.1.po
index 8e5b358..464baab 100644
--- a/manpages/po/de/lb_chroot_hooks.1.po
+++ b/manpages/po/de/lb_chroot_hooks.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_chroot_hostname.1.po b/manpages/po/de/lb_chroot_hostname.1.po
index f678c43..ffe54f7 100644
--- a/manpages/po/de/lb_chroot_hostname.1.po
+++ b/manpages/po/de/lb_chroot_hostname.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_chroot_hosts.1.po b/manpages/po/de/lb_chroot_hosts.1.po
index f034b36..893a51e 100644
--- a/manpages/po/de/lb_chroot_hosts.1.po
+++ b/manpages/po/de/lb_chroot_hosts.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_chroot_install-packages.1.po b/manpages/po/de/lb_chroot_install-packages.1.po
index a3a40b6..03a6487 100644
--- a/manpages/po/de/lb_chroot_install-packages.1.po
+++ b/manpages/po/de/lb_chroot_install-packages.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_chroot_interactive.1.po b/manpages/po/de/lb_chroot_interactive.1.po
index 7cec596..90aa427 100644
--- a/manpages/po/de/lb_chroot_interactive.1.po
+++ b/manpages/po/de/lb_chroot_interactive.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_chroot_linux-image.1.po b/manpages/po/de/lb_chroot_linux-image.1.po
index 5ae0977..fb472fe 100644
--- a/manpages/po/de/lb_chroot_linux-image.1.po
+++ b/manpages/po/de/lb_chroot_linux-image.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_chroot_local-hooks.1.po b/manpages/po/de/lb_chroot_local-hooks.1.po
index 8008679..9879374 100644
--- a/manpages/po/de/lb_chroot_local-hooks.1.po
+++ b/manpages/po/de/lb_chroot_local-hooks.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_chroot_local-includes.1.po b/manpages/po/de/lb_chroot_local-includes.1.po
index 0afbd33..fad6b1a 100644
--- a/manpages/po/de/lb_chroot_local-includes.1.po
+++ b/manpages/po/de/lb_chroot_local-includes.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_chroot_local-packagelists.1.po b/manpages/po/de/lb_chroot_local-packagelists.1.po
index 4ff1c68..9058b63 100644
--- a/manpages/po/de/lb_chroot_local-packagelists.1.po
+++ b/manpages/po/de/lb_chroot_local-packagelists.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_chroot_local-packages.1.po b/manpages/po/de/lb_chroot_local-packages.1.po
index b10a6fa..5bf5f8c 100644
--- a/manpages/po/de/lb_chroot_local-packages.1.po
+++ b/manpages/po/de/lb_chroot_local-packages.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_chroot_local-patches.1.po b/manpages/po/de/lb_chroot_local-patches.1.po
index f6f76d8..6d16035 100644
--- a/manpages/po/de/lb_chroot_local-patches.1.po
+++ b/manpages/po/de/lb_chroot_local-patches.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_chroot_local-preseed.1.po b/manpages/po/de/lb_chroot_local-preseed.1.po
index 8c1763d..c55921e 100644
--- a/manpages/po/de/lb_chroot_local-preseed.1.po
+++ b/manpages/po/de/lb_chroot_local-preseed.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_chroot_localization.1.po b/manpages/po/de/lb_chroot_localization.1.po
index 0c903b6..b454b62 100644
--- a/manpages/po/de/lb_chroot_localization.1.po
+++ b/manpages/po/de/lb_chroot_localization.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_chroot_packagelists.1.po b/manpages/po/de/lb_chroot_packagelists.1.po
index caab9b4..f13549e 100644
--- a/manpages/po/de/lb_chroot_packagelists.1.po
+++ b/manpages/po/de/lb_chroot_packagelists.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_chroot_packages.1.po b/manpages/po/de/lb_chroot_packages.1.po
index 23d7665..91ccf8d 100644
--- a/manpages/po/de/lb_chroot_packages.1.po
+++ b/manpages/po/de/lb_chroot_packages.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_chroot_preseed.1.po b/manpages/po/de/lb_chroot_preseed.1.po
index 2974153..92acb85 100644
--- a/manpages/po/de/lb_chroot_preseed.1.po
+++ b/manpages/po/de/lb_chroot_preseed.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_chroot_proc.1.po b/manpages/po/de/lb_chroot_proc.1.po
index d293fdf..f2e437c 100644
--- a/manpages/po/de/lb_chroot_proc.1.po
+++ b/manpages/po/de/lb_chroot_proc.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_chroot_resolv.1.po b/manpages/po/de/lb_chroot_resolv.1.po
index c1e1159..52172a7 100644
--- a/manpages/po/de/lb_chroot_resolv.1.po
+++ b/manpages/po/de/lb_chroot_resolv.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_chroot_selinuxfs.1.po b/manpages/po/de/lb_chroot_selinuxfs.1.po
index db84472..ec8b431 100644
--- a/manpages/po/de/lb_chroot_selinuxfs.1.po
+++ b/manpages/po/de/lb_chroot_selinuxfs.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_chroot_sources.1.po b/manpages/po/de/lb_chroot_sources.1.po
index ebcd4c1..ad38222 100644
--- a/manpages/po/de/lb_chroot_sources.1.po
+++ b/manpages/po/de/lb_chroot_sources.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_chroot_sysfs.1.po b/manpages/po/de/lb_chroot_sysfs.1.po
index 7e13f03..2409beb 100644
--- a/manpages/po/de/lb_chroot_sysfs.1.po
+++ b/manpages/po/de/lb_chroot_sysfs.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_chroot_sysv-rc.1.po b/manpages/po/de/lb_chroot_sysv-rc.1.po
index bba7533..6fc684c 100644
--- a/manpages/po/de/lb_chroot_sysv-rc.1.po
+++ b/manpages/po/de/lb_chroot_sysv-rc.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_chroot_sysvinit.1.po b/manpages/po/de/lb_chroot_sysvinit.1.po
deleted file mode 100644
index 59d78af..0000000
--- a/manpages/po/de/lb_chroot_sysvinit.1.po
+++ /dev/null
@@ -1,747 +0,0 @@
-# German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ASCII\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_hooks.1:1 en/lb_chroot_hostname.1:1
-#: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
-#: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
-#: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
-#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
-#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "LIVE-BUILD"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1
-#: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
-#: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
-#: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
-#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
-#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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-01-02"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1
-#: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
-#: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
-#: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
-#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
-#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "3.0~a10"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1
-#: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
-#: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
-#: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
-#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
-#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "Debian Live Project"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
-#: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3
-#: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3
-#: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
-#: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
-#: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3
-#: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3
-#: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3
-#: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3
-#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3
-#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
-#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
-#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
-#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
-#: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
-#: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
-#: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
-#, no-wrap
-msgid "NAME"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
-#: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6
-#: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6
-#: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
-#: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
-#: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6
-#: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6
-#: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6
-#: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6
-#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6
-#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
-#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
-#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
-#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
-#: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
-#: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
-#: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
-#, no-wrap
-msgid "SYNOPSIS"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
-#: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9
-#: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9
-#: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
-#: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
-#: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9
-#: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9
-#: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9
-#: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9
-#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9
-#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
-#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
-#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
-#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
-#: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
-#: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
-#: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
-#, no-wrap
-msgid "DESCRIPTION"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
-#: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
-#: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14
-#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14
-#: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14
-#: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14
-#: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14
-#: en/lb_binary_win32-loader.1:14 en/lb_binary_yaboot.1:14
-#: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
-#: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
-#: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
-#: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
-#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14
-#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14
-#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14
-#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14
-#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14
-#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14
-#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14
-#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
-#: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
-#: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
-#: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
-#: en/lb_source_tar.1:14 en/lb_source_usb.1:14 en/lb_source_virtual-hdd.1:14
-#: en/lb_testroot.1:18 en/live-build.7:20
-#, no-wrap
-msgid "OPTIONS"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
-#: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
-#: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17
-#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17
-#: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17
-#: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17
-#: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17
-#: en/lb_binary_win32-loader.1:17 en/lb_binary_yaboot.1:17
-#: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
-#: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
-#: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
-#: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
-#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17
-#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17
-#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17
-#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17
-#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17
-#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17
-#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17
-#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
-#: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
-#: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
-#: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
-#: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
-#, no-wrap
-msgid "FILES"
-msgstr ""
-
-#.  FIXME
-#. type: SH
-#: en/lb.1:22 en/lb_binary.1:20 en/lb_binary_checksums.1:21
-#: en/lb_binary_chroot.1:21 en/lb_binary_debian-installer.1:21
-#: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21
-#: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21
-#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21
-#: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21
-#: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21
-#: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21
-#: en/lb_binary_win32-loader.1:21 en/lb_binary_yaboot.1:21
-#: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
-#: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
-#: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
-#: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
-#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21
-#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21
-#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21
-#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21
-#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21
-#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21
-#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21
-#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
-#: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
-#: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
-#: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
-#: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
-#, no-wrap
-msgid "SEE ALSO"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
-#: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
-#: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23
-#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23
-#: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23
-#: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23
-#: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23
-#: en/lb_binary_win32-loader.1:23 en/lb_binary_yaboot.1:23
-#: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
-#: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
-#: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
-#: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
-#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23
-#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23
-#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23
-#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23
-#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23
-#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23
-#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23
-#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
-#: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
-#: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
-#: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
-#: en/lb_source_tar.1:23 en/lb_source_usb.1:23 en/lb_source_virtual-hdd.1:23
-#: en/lb_testroot.1:26
-msgid "I<live-build>(7)"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
-#: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
-#: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25
-#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25
-#: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25
-#: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25
-#: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25
-#: en/lb_binary_win32-loader.1:25 en/lb_binary_yaboot.1:25
-#: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
-#: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
-#: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
-#: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
-#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25
-#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25
-#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25
-#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25
-#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25
-#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25
-#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25
-#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
-#: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
-#: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
-#: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
-#: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
-msgid "This program is a part of live-build."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
-#: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
-#: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26
-#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26
-#: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26
-#: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26
-#: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26
-#: en/lb_binary_win32-loader.1:26 en/lb_binary_yaboot.1:26
-#: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
-#: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
-#: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
-#: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
-#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26
-#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26
-#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26
-#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26
-#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26
-#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26
-#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26
-#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
-#: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
-#: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
-#: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
-#: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
-#, no-wrap
-msgid "HOMEPAGE"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
-#: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
-#: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28
-#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28
-#: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28
-#: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28
-#: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28
-#: en/lb_binary_win32-loader.1:28 en/lb_binary_yaboot.1:28
-#: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
-#: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
-#: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
-#: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
-#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28
-#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28
-#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28
-#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28
-#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28
-#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28
-#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28
-#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
-#: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
-#: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
-#: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
-#: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
-msgid ""
-"More information about live-build and the Debian Live project can be found "
-"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
-"E<lt>I<http://live.debian.net/manual/>E<gt>."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
-#: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
-#: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29
-#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29
-#: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29
-#: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29
-#: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29
-#: en/lb_binary_win32-loader.1:29 en/lb_binary_yaboot.1:29
-#: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
-#: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
-#: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
-#: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
-#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29
-#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29
-#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29
-#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29
-#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29
-#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29
-#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29
-#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
-#: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
-#: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
-#: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
-#: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
-#, no-wrap
-msgid "BUGS"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
-#: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
-#: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31
-#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31
-#: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31
-#: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31
-#: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31
-#: en/lb_binary_win32-loader.1:31 en/lb_binary_yaboot.1:31
-#: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
-#: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
-#: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
-#: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
-#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31
-#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31
-#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31
-#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31
-#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31
-#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31
-#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31
-#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
-#: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
-#: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
-#: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
-#: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
-msgid ""
-"Bugs can be reported by submitting a bugreport for the live-build package in "
-"the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
-"writing a mail to the Debian Live mailing list at E<lt>I<debian-live at lists."
-"debian.org>E<gt>."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
-#: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
-#: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32
-#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32
-#: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32
-#: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32
-#: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32
-#: en/lb_binary_win32-loader.1:32 en/lb_binary_yaboot.1:32
-#: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
-#: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
-#: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
-#: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
-#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32
-#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32
-#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32
-#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32
-#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32
-#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32
-#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32
-#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
-#: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
-#: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
-#: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
-#: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
-#, no-wrap
-msgid "AUTHOR"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
-#: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
-#: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33
-#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33
-#: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33
-#: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33
-#: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33
-#: en/lb_binary_win32-loader.1:33 en/lb_binary_yaboot.1:33
-#: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
-#: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
-#: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
-#: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
-#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33
-#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33
-#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33
-#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33
-#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33
-#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33
-#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33
-#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
-#: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
-#: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
-#: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
-#: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
-msgid ""
-"live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
-"the Debian project."
-msgstr ""
-
-#.  FIXME
-#. type: IP
-#: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
-#: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19
-#: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19
-#: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
-#: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
-#: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
-#: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
-#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19
-#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19
-#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19
-#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19
-#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19
-#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19
-#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19
-#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
-#: en/lb_chroot_upstart.1:19 en/lb_source_checksums.1:19
-#: en/lb_source_debian-live.1:19 en/lb_source_debian.1:19
-#: en/lb_source_disk.1:19 en/lb_source_iso.1:19 en/lb_source_net.1:19
-#: en/lb_source_tar.1:19 en/lb_source_usb.1:19 en/lb_source_virtual-hdd.1:19
-#: en/live-build.7:239
-#, no-wrap
-msgid "B<n/a>"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_sysvinit.1:5
-msgid "B<lb chroot_sysvinit> - Complete the chroot stage"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_sysvinit.1:8
-msgid "B<lb chroot_sysvinit> [I<live-build options>]"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_sysvinit.1:11
-msgid ""
-"B<lb chroot_sysvinit> is a low-level command (plumbing) of I<live-build>(7), "
-"the Debian Live tool suite."
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_sysvinit.1:16
-msgid ""
-"B<lb chroot_sysvinit> 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_tasks.1.po b/manpages/po/de/lb_chroot_tasks.1.po
index 6810f15..8fcac44 100644
--- a/manpages/po/de/lb_chroot_tasks.1.po
+++ b/manpages/po/de/lb_chroot_tasks.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_chroot_upstart.1.po b/manpages/po/de/lb_chroot_upstart.1.po
index d876ee1..ea20869 100644
--- a/manpages/po/de/lb_chroot_upstart.1.po
+++ b/manpages/po/de/lb_chroot_upstart.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_clean.1.po b/manpages/po/de/lb_clean.1.po
index d63c5e3..10e2da7 100644
--- a/manpages/po/de/lb_clean.1.po
+++ b/manpages/po/de/lb_clean.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
diff --git a/manpages/po/de/lb_config.1.po b/manpages/po/de/lb_config.1.po
index bd7ec0b..b826ebb 100644
--- a/manpages/po/de/lb_config.1.po
+++ b/manpages/po/de/lb_config.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:47+0100\n"
-"PO-Revision-Date: 2010-11-23 12:36+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:12+0100\n"
+"PO-Revision-Date: 2011-01-02 01:12+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:223 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:221 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:230
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:456
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 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:235
+#: en/lb_testroot.1:21 en/live-build.7:233
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:463
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 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:240
+#: en/lb_testroot.1:24 en/live-build.7:238
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:465
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -439,14 +428,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:467
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 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:244
+#: en/lb_testroot.1:28 en/live-build.7:242
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:468
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 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:245
+#: en/lb_testroot.1:29 en/live-build.7:243
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:470
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 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:247
+#: en/lb_testroot.1:31 en/live-build.7:245
 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 "
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:471
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 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:248
+#: en/lb_testroot.1:32 en/live-build.7:246
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:473
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 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:250
+#: en/lb_testroot.1:34 en/live-build.7:248
 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 "
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:474
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 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:251
+#: en/lb_testroot.1:35 en/live-build.7:249
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:475
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 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:252
+#: en/lb_testroot.1:36 en/live-build.7:250
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -1173,62 +1155,57 @@ msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:201
-msgid "  [B<--sysvinit> true|false]"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_config.1:203
 msgid "  [B<--tasksel> aptitude|tasksel]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:205
+#: en/lb_config.1:203
 msgid "  [B<--tasks> I<TASK>|\"I<TASKS>\"]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:207
+#: en/lb_config.1:205
 msgid "  [B<--templates> I<PATH>]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:209
+#: en/lb_config.1:207
 msgid "  [B<--virtual-root-size >I<MB>]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:211
+#: en/lb_config.1:209
 msgid "  [B<--volatile> true|false]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:213
+#: en/lb_config.1:211
 msgid "  [B<--backports> true|false]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:215
+#: en/lb_config.1:213
 msgid "  [B<--exposed-root> true|false]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:217
+#: en/lb_config.1:215
 msgid "  [B<--username> I<NAME>]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:219
+#: en/lb_config.1:217
 msgid "  [B<--verbose>]"
 msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:222
+#: en/lb_config.1:220
 msgid "  [B<--win32-loader true|false]>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:225
+#: en/lb_config.1:223
 msgid ""
 "B<lb config> is a high-level command (porcelain) of I<live-build>(7), the "
 "Debian Live tool suite."
@@ -1236,7 +1213,7 @@ msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:228
+#: en/lb_config.1:226
 msgid ""
 "B<lb config> populates the configuration directory for live-build. By "
 "default, this directory is named 'config' and is created in the current "
@@ -1245,7 +1222,7 @@ msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:231
+#: en/lb_config.1:229
 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 "
@@ -1261,7 +1238,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:234
+#: en/lb_config.1:232
 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 "
@@ -1270,26 +1247,26 @@ msgstr ""
 
 #.  FIXME
 #. type: IP
-#: en/lb_config.1:236
+#: en/lb_config.1:234
 #, no-wrap
 msgid "B<--apt> apt|aptitude"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:238
+#: en/lb_config.1:236
 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:238
+#: en/lb_config.1:236
 #, no-wrap
 msgid "B<--apt-ftp-proxy> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:240
+#: en/lb_config.1:238
 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 "
@@ -1297,13 +1274,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:240
+#: en/lb_config.1:238
 #, no-wrap
 msgid "B<--apt-http-proxy> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:242
+#: en/lb_config.1:240
 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 "
@@ -1311,26 +1288,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:242
+#: en/lb_config.1:240
 #, no-wrap
 msgid "B<--apt-indices> true|false|none"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:244
+#: en/lb_config.1:242
 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:244
+#: en/lb_config.1:242
 #, no-wrap
 msgid "B<--apt-options> I<OPTION>|\"I<OPTIONS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:246
+#: en/lb_config.1:244
 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 "
@@ -1338,13 +1315,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:246
+#: en/lb_config.1:244
 #, no-wrap
 msgid "B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:248
+#: en/lb_config.1:246
 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 "
@@ -1352,13 +1329,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:248
+#: en/lb_config.1:246
 #, no-wrap
 msgid "B<--apt-pipeline> I<DEPTH>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:250
+#: en/lb_config.1:248
 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 "
@@ -1370,38 +1347,38 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:250
+#: en/lb_config.1:248
 #, no-wrap
 msgid "B<--apt-recommends> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:252
+#: en/lb_config.1:250
 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:252
+#: en/lb_config.1:250
 #, no-wrap
 msgid "B<--apt-secure> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:254
+#: en/lb_config.1:252
 msgid ""
 "defines if apt should check repository signatures. This is true by default."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:254
+#: en/lb_config.1:252
 #, no-wrap
 msgid "-a|B<--architectures> I<ARCHITECTURE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:256
+#: en/lb_config.1:254
 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 "
@@ -1412,13 +1389,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:256
+#: en/lb_config.1:254
 #, no-wrap
 msgid "-b|B<--binary-images> iso|iso-hybrid|net|tar|usb-hdd"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:258
+#: en/lb_config.1:256
 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-"
@@ -1426,13 +1403,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:258
+#: en/lb_config.1:256
 #, no-wrap
 msgid "B<--binary-filesystem> fat16|fat32|ext2"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:260
+#: en/lb_config.1:258
 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 "
@@ -1445,24 +1422,24 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:260
+#: en/lb_config.1:258
 #, no-wrap
 msgid "B<--bootappend-install> I<PARAMETER>|\"I<PARAMETERS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:262
+#: en/lb_config.1:260
 msgid "sets boot parameters specific to debian-installer, if included."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:262
+#: en/lb_config.1:260
 #, no-wrap
 msgid "B<--bootappend-live> I<PARAMETER>|\"I<PARAMETERS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:264
+#: en/lb_config.1:262
 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 "
@@ -1471,13 +1448,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:264
+#: en/lb_config.1:262
 #, no-wrap
 msgid "B<--bootloader> grub|syslinux|yaboot"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:266
+#: en/lb_config.1:264
 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 "
@@ -1490,13 +1467,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:266
+#: en/lb_config.1:264
 #, no-wrap
 msgid "B<--bootstrap> cdebootstrap|cdebootstrap-static|debootstrap|copy"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:268
+#: en/lb_config.1:266
 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 "
@@ -1506,13 +1483,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:268
+#: en/lb_config.1:266
 #, no-wrap
 msgid "B<--bootstrap-config> I<FILE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:270
+#: en/lb_config.1:268
 msgid ""
 "sets a custom configuration file for the boostrap programm of choice and is "
 "empty by default. Refere to the documentation of debootstrap or cdebootstrap "
@@ -1521,13 +1498,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:270
+#: en/lb_config.1:268
 #, no-wrap
 msgid "-f|B<--bootstrap-flavour> minimal|standard"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:272
+#: en/lb_config.1:270
 msgid ""
 "defines if the bootstrap program should bootstrap the standard system (all "
 "packages of priority required and important, which is the default) or a "
@@ -1535,39 +1512,39 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:272
+#: en/lb_config.1:270
 #, no-wrap
 msgid "B<--bootstrap-keyring> I<PACKAGE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:274
+#: en/lb_config.1:272
 msgid ""
 "sets the archive keyring package to be used. Default is debian-archive-"
 "keyring."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:274
+#: en/lb_config.1:272
 #, no-wrap
 msgid "B<--cache> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:276
+#: en/lb_config.1:274
 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:276
+#: en/lb_config.1:274
 #, no-wrap
 msgid "B<--cache-indices> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:278
+#: en/lb_config.1:276
 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 "
@@ -1575,13 +1552,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:278
+#: en/lb_config.1:276
 #, no-wrap
 msgid "B<--cache-packages> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:280
+#: en/lb_config.1:278
 msgid ""
 "defines if downloaded packages files should be cached which is true by "
 "default. Disabling it does save space consumtion in your build directory, "
@@ -1592,13 +1569,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:280
+#: en/lb_config.1:278
 #, no-wrap
 msgid "B<--cache-stages> true|false|I<STAGE>|\"I<STAGES>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:282
+#: en/lb_config.1:280
 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 "
@@ -1608,13 +1585,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:282
+#: en/lb_config.1:280
 #, no-wrap
 msgid "B<--checksums> md5|sha1|sha256|none"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:284
+#: en/lb_config.1:282
 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 "
@@ -1626,26 +1603,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:284
+#: en/lb_config.1:282
 #, no-wrap
 msgid "B<--compression> bzip2|gzip|lzip|none"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:286
+#: en/lb_config.1:284
 msgid ""
 "defines the compression program to be used to compress tarballs. Defaults to "
 "gzip."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:286
+#: en/lb_config.1:284
 #, no-wrap
 msgid "B<--build-with-chroot> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:288
+#: en/lb_config.1:286
 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. "
@@ -1660,13 +1637,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:288
+#: en/lb_config.1:286
 #, no-wrap
 msgid "B<--chroot-filesystem> ext2|ext3|squashfs|plain|jffs2"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:290
+#: en/lb_config.1:288
 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 "
@@ -1677,39 +1654,39 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:290
+#: en/lb_config.1:288
 #, no-wrap
 msgid "B<--clean>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:292
+#: en/lb_config.1:290
 msgid ""
 "minimizes config directory by automatically removing unused and thus empty "
 "subdirectories."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:292
+#: en/lb_config.1:290
 #, no-wrap
 msgid "-c|B<--conffile> I<FILE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:294
+#: en/lb_config.1:292
 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:294
+#: en/lb_config.1:292
 #, no-wrap
 msgid "B<--debconf-frontend> dialog|editor|noninteractive|readline"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:296
+#: en/lb_config.1:294
 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, "
@@ -1717,13 +1694,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:296
+#: en/lb_config.1:294
 #, no-wrap
 msgid "B<--debconf-nowarnings> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:298
+#: en/lb_config.1:296
 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 "
@@ -1731,13 +1708,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:298
+#: en/lb_config.1:296
 #, no-wrap
 msgid "B<--debconf-priority> low|medium|high|critical"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:300
+#: en/lb_config.1:298
 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 "
@@ -1746,13 +1723,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:300
+#: en/lb_config.1:298
 #, no-wrap
 msgid "B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:302
+#: en/lb_config.1:300
 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 "
@@ -1764,13 +1741,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:302
+#: en/lb_config.1:300
 #, no-wrap
 msgid "B<--debian-installer-distribution> daily|I<CODENAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:304
+#: en/lb_config.1:302
 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 "
@@ -1779,26 +1756,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:304
+#: en/lb_config.1:302
 #, no-wrap
 msgid "B<--debian-installer-preseedfile> I<FILE>|I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:306
+#: en/lb_config.1:304
 msgid ""
 "sets the filename or URL for an optionally used and included preseeding file "
 "for debian-installer."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:306
+#: en/lb_config.1:304
 #, no-wrap
 msgid "B<--debian-installer-gui> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:308
+#: en/lb_config.1:306
 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, "
@@ -1806,35 +1783,35 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:308 en/live-build.7:36
+#: en/lb_config.1:306 en/live-build.7:36
 #, no-wrap
 msgid "B<--debug>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:310
+#: en/lb_config.1:308
 msgid "turn on debugging informational messages."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:310
+#: en/lb_config.1:308
 #, no-wrap
 msgid "-d|B<--distribution> I<CODENAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:312
+#: en/lb_config.1:310
 msgid "defines the distribution of the resulting live system."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:312
+#: en/lb_config.1:310
 #, no-wrap
 msgid "B<--dump>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:314
+#: en/lb_config.1:312
 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 "
@@ -1843,26 +1820,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:314
+#: en/lb_config.1:312
 #, no-wrap
 msgid "B<--fdisk> fdisk|fdisk.dist"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:316
+#: en/lb_config.1:314
 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:316 en/live-build.7:38
+#: en/lb_config.1:314 en/live-build.7:38
 #, no-wrap
 msgid "B<--force>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:318
+#: en/lb_config.1:316
 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-"
@@ -1870,26 +1847,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:318
+#: en/lb_config.1:316
 #, no-wrap
 msgid "B<--grub-splash> I<FILE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:320
+#: en/lb_config.1:318
 msgid ""
 "defines the name of an optional to be included splash screen graphic for the "
 "grub bootloader."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:320
+#: en/lb_config.1:318
 #, no-wrap
 msgid "B<--gzip-options> I<OPTION>|\"I<OPTIONS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:322
+#: en/lb_config.1:320
 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 "
@@ -1898,13 +1875,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:322
+#: en/lb_config.1:320
 #, no-wrap
 msgid "B<--hooks> I<FILE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:324
+#: en/lb_config.1:322
 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 "
@@ -1912,24 +1889,24 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:324
+#: en/lb_config.1:322
 #, no-wrap
 msgid "B<--hostname> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:326
+#: en/lb_config.1:324
 msgid "sets the hostname of the live system."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:326
+#: en/lb_config.1:324
 #, no-wrap
 msgid "B<--ignore-system-defaults>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:328
+#: en/lb_config.1:326
 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 "
@@ -1938,13 +1915,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:328
+#: en/lb_config.1:326
 #, no-wrap
 msgid "B<--includes> I<PATH|none>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:330
+#: en/lb_config.1:328
 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. "
@@ -1953,13 +1930,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:330
+#: en/lb_config.1:328
 #, no-wrap
 msgid "B<--initramfs> auto|none|live-boot|live-initramfs|casper"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:332
+#: en/lb_config.1:330
 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 "
@@ -1970,13 +1947,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:332
+#: en/lb_config.1:330
 #, no-wrap
 msgid "B<--interactive> shell"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:334
+#: en/lb_config.1:332
 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 "
@@ -1990,24 +1967,24 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:334
+#: en/lb_config.1:332
 #, no-wrap
 msgid "B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:336
+#: en/lb_config.1:334
 msgid "defines options to pass to isohybrid."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:336
+#: en/lb_config.1:334
 #, no-wrap
 msgid "B<--iso-application> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:338
+#: en/lb_config.1:336
 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 "
@@ -2015,13 +1992,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:338
+#: en/lb_config.1:336
 #, no-wrap
 msgid "B<--iso-preparer> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:340
+#: en/lb_config.1:338
 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."
@@ -2030,13 +2007,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:340
+#: en/lb_config.1:338
 #, no-wrap
 msgid "B<--iso-publisher> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:342
+#: en/lb_config.1:340
 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-"
@@ -2045,13 +2022,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:342
+#: en/lb_config.1:340
 #, no-wrap
 msgid "B<--iso-volume> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:344
+#: en/lb_config.1:342
 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 "
@@ -2063,13 +2040,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:344
+#: en/lb_config.1:342
 #, no-wrap
 msgid "B<--jffs2-eraseblock> I<SIZE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:346
+#: en/lb_config.1:344
 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 "
@@ -2079,26 +2056,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:346
+#: en/lb_config.1:344
 #, no-wrap
 msgid "B<--keyring-packages> I<PACKAGE|\"PACKAGES>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:348
+#: en/lb_config.1:346
 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:348
+#: en/lb_config.1:346
 #, no-wrap
 msgid "-l|B<--language> I<LANGUAGE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:350
+#: en/lb_config.1:348
 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 "
@@ -2106,26 +2083,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:350
+#: en/lb_config.1:348
 #, no-wrap
 msgid "-k|B<--linux-flavours> I<FLAVOUR>|\"I<FLAVOURS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:352
+#: en/lb_config.1:350
 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:352
+#: en/lb_config.1:350
 #, no-wrap
 msgid "B<--linux-packages> \"I<PACKAGES>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:354
+#: en/lb_config.1:352
 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 "
@@ -2139,26 +2116,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:354
+#: en/lb_config.1:352
 #, no-wrap
 msgid "B<--losetup> losetup|losetup.orig"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:356
+#: en/lb_config.1:354
 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:356
+#: en/lb_config.1:354
 #, no-wrap
 msgid "B<--memtest> memtest86+|memtest86|none"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:358
+#: en/lb_config.1:356
 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 "
@@ -2166,13 +2143,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:358
+#: en/lb_config.1:356
 #, no-wrap
 msgid "-m|B<--mirror-bootstrap> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:360
+#: en/lb_config.1:358
 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 "
@@ -2180,13 +2157,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:360
+#: en/lb_config.1:358
 #, no-wrap
 msgid "B<--mirror-chroot> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:362
+#: en/lb_config.1:360
 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 "
@@ -2194,13 +2171,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:362
+#: en/lb_config.1:360
 #, no-wrap
 msgid "B<--mirror-chroot-security> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:364
+#: en/lb_config.1:362
 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 "
@@ -2208,13 +2185,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:364
+#: en/lb_config.1:362
 #, no-wrap
 msgid "B<--mirror-chroot-volatile> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:366
+#: en/lb_config.1:364
 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 "
@@ -2222,13 +2199,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:366
+#: en/lb_config.1:364
 #, no-wrap
 msgid "B<--mirror-chroot-backports> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:368
+#: en/lb_config.1:366
 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 "
@@ -2236,13 +2213,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:368
+#: en/lb_config.1:366
 #, no-wrap
 msgid "B<--mirror-binary> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:370
+#: en/lb_config.1:368
 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 "
@@ -2252,13 +2229,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:370
+#: en/lb_config.1:368
 #, no-wrap
 msgid "B<--mirror-binary-security> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:372
+#: en/lb_config.1:370
 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-"
@@ -2266,13 +2243,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:372
+#: en/lb_config.1:370
 #, no-wrap
 msgid "B<--mirror-binary-volatile> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:374
+#: en/lb_config.1:372
 msgid ""
 "sets the location of the debian volatile package mirror that should end up "
 "configured in the final image. By default, the value of --mirror-binary is "
@@ -2280,13 +2257,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:374
+#: en/lb_config.1:372
 #, no-wrap
 msgid "B<--mirror-binary-backports> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:376
+#: en/lb_config.1:374
 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/"
@@ -2294,13 +2271,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:376
+#: en/lb_config.1:374
 #, no-wrap
 msgid "B<--mirror-debian-installer> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:378
+#: en/lb_config.1:376
 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 "
@@ -2308,52 +2285,52 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:378
+#: en/lb_config.1:376
 #, no-wrap
 msgid "B<--mode> debian|emdebian|ubuntu"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:380
+#: en/lb_config.1:378
 msgid ""
 "defines a global mode to load project specific defaults. By default this is "
 "set to debian."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:380
+#: en/lb_config.1:378
 #, no-wrap
 msgid "B<--net-root-filesystem> nfs|cfs"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:382
+#: en/lb_config.1:380
 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:382
+#: en/lb_config.1:380
 #, no-wrap
 msgid "B<--net-root-mountoptions> I<OPTIONS>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:384
+#: en/lb_config.1:382
 msgid ""
 "sets additional options for mounting the root filesystem in netboot images "
 "and is by default empty."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:384
+#: en/lb_config.1:382
 #, no-wrap
 msgid "B<--net-root-path> I<PATH>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:386
+#: en/lb_config.1:384
 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 "
@@ -2362,13 +2339,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:386
+#: en/lb_config.1:384
 #, no-wrap
 msgid "B<--net-root-server> I<IP>|I<HOSTNAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:388
+#: en/lb_config.1:386
 msgid ""
 "sets the IP or hostname that will be configured in the bootloader "
 "configuration for the root filesystem of your netboot image. This defaults "
@@ -2376,38 +2353,38 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:388
+#: en/lb_config.1:386
 #, no-wrap
 msgid "B<--net-cow-filesystem> nfs|cfs"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:390
+#: en/lb_config.1:388
 msgid ""
 "defines the filesystem type for the copy-on-write layer and defaults to nfs."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:390
+#: en/lb_config.1:388
 #, no-wrap
 msgid "B<--net-cow-mountoptions> I<OPTIONS>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:392
+#: en/lb_config.1:390
 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:392
+#: en/lb_config.1:390
 #, no-wrap
 msgid "B<--net-cow-path> I<PATH>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:394
+#: en/lb_config.1:392
 msgid ""
 "defines the path to client writable filesystem. Anywhere that "
 "I<client_mac_address> is specified in the path live-initramfs will "
@@ -2415,28 +2392,28 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:397
+#: en/lb_config.1:395
 msgid "Example:"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:399
+#: en/lb_config.1:397
 msgid "/export/hosts/client_mac_address"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:401
+#: en/lb_config.1:399
 msgid "/export/hosts/00-16-D3-33-92-E8"
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:401
+#: en/lb_config.1:399
 #, no-wrap
 msgid "B<--net-cow-server> I<IP>|I<HOSTNAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:403
+#: en/lb_config.1:401
 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 "
@@ -2444,13 +2421,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:403
+#: en/lb_config.1:401
 #, no-wrap
 msgid "B<--net-tarball> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:405
+#: en/lb_config.1:403
 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 "
@@ -2458,13 +2435,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:405
+#: en/lb_config.1:403
 #, no-wrap
 msgid "-p|B<--package-lists> I<LIST>|\"I<LISTS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:407
+#: en/lb_config.1:405
 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 "
@@ -2474,13 +2451,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:407
+#: en/lb_config.1:405
 #, no-wrap
 msgid "B<--packages> I<PACKAGE>|\"I<PACKAGES>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:409
+#: en/lb_config.1:407
 msgid ""
 "defines one or more packages to be installed in the live system. This is a "
 "quick and convenient place to add a few packages when building an image "
@@ -2489,37 +2466,37 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:409 en/live-build.7:40
+#: en/lb_config.1:407 en/live-build.7:40
 #, no-wrap
 msgid "B<--quiet>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:411
+#: en/lb_config.1:409
 msgid "reduces the verbosity of messages output by B<lb build>."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:411
+#: en/lb_config.1:409
 #, no-wrap
 msgid "-r|B<--repositories> I<REPOSITORY>|\"I<REPOSITORIES>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:413
+#: en/lb_config.1:411
 msgid ""
 "enables one of available third-party repository configurations in /usr/share/"
 "live/build/repositories."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:413
+#: en/lb_config.1:411
 #, no-wrap
 msgid "B<--root-command> sudo"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:415
+#: en/lb_config.1:413
 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, "
@@ -2527,13 +2504,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:415
+#: en/lb_config.1:413
 #, no-wrap
 msgid "B<--use-fakeroot> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:417
+#: en/lb_config.1:415
 msgid ""
 "controls if live-build should utilize fakeroot and fakechroot to try and "
 "avoid requiring root privillages where possible. By default, this option is "
@@ -2541,13 +2518,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:417
+#: en/lb_config.1:415
 #, no-wrap
 msgid "B<--archive-areas> I<ARCHIVE_AREA>|\"I<ARCHIVE_AREAS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:419
+#: en/lb_config.1:417
 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. "
@@ -2557,26 +2534,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:419
+#: en/lb_config.1:417
 #, no-wrap
 msgid "B<--security> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:421
+#: en/lb_config.1:419
 msgid ""
 "defines if the security repositories specified in the security mirror "
 "options should be used or not."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:421
+#: en/lb_config.1:419
 #, no-wrap
 msgid "B<--source> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:423
+#: en/lb_config.1:421
 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 "
@@ -2586,37 +2563,37 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:423
+#: en/lb_config.1:421
 #, no-wrap
 msgid "-s|B<--source-images> iso|net|tar|usb-hdd"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:425
+#: en/lb_config.1:423
 msgid "defines the image type for the source image. Default is tar."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:425
+#: en/lb_config.1:423
 #, no-wrap
 msgid "B<--syslinux-splash> I<FILE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:427
+#: en/lb_config.1:425
 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:427
+#: en/lb_config.1:425
 #, no-wrap
 msgid "B<--syslinux-timeout> I<SECONDS>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:429
+#: en/lb_config.1:427
 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 "
@@ -2624,53 +2601,38 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:429
+#: en/lb_config.1:427
 #, no-wrap
 msgid "B<--syslinux-menu> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:431
+#: en/lb_config.1:429
 msgid ""
 "defines if syslinux should be make use of the vgamenu capabilities or not."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:431
-#, no-wrap
-msgid "B<--sysvinit> true|false"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_config.1:433
-msgid ""
-"defines if the sysvinit hack should be true or false. The sysvinit hack "
-"disables all non-essential services from starting up at bootup in order to "
-"reduce overall boottime. By default this is false and in general there you "
-"don't want to enable it."
-msgstr ""
-
-#. type: IP
-#: en/lb_config.1:433
+#: en/lb_config.1:429
 #, no-wrap
 msgid "B<--tasksel> aptitude|tasksel"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:435
+#: en/lb_config.1:431
 msgid ""
 "selects which program is used to install tasks. By default, this is set to "
 "tasksel."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:435
+#: en/lb_config.1:431
 #, no-wrap
 msgid "B<--tasks> I<TASK>|\"I<TASKS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:437
+#: en/lb_config.1:433
 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 "
@@ -2680,26 +2642,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:437
+#: en/lb_config.1:433
 #, no-wrap
 msgid "B<--templates> I<PATH>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:439
+#: en/lb_config.1:435
 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:439
+#: en/lb_config.1:435
 #, no-wrap
 msgid "B<--virtual-root-size> MB"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:441
+#: en/lb_config.1:437
 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 "
@@ -2707,39 +2669,39 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:441
+#: en/lb_config.1:437
 #, no-wrap
 msgid "B<--volatile> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:443
+#: en/lb_config.1:439
 msgid ""
 "defines if debian volatile package archives should be included in the image "
 "or not."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:443
+#: en/lb_config.1:439
 #, no-wrap
 msgid "B<--backports> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:445
+#: en/lb_config.1:441
 msgid ""
 "defines if debian backports package archives should be included in the image "
 "or not."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:445
+#: en/lb_config.1:441
 #, no-wrap
 msgid "B<--exposed-root> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:447
+#: en/lb_config.1:443
 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 "
@@ -2747,48 +2709,48 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:447
+#: en/lb_config.1:443
 #, no-wrap
 msgid "B<--username> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:449
+#: en/lb_config.1:445
 msgid "sets the name of the account of the default user in the live system."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:449 en/live-build.7:42
+#: en/lb_config.1:445 en/live-build.7:42
 #, no-wrap
 msgid "B<--verbose>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:451
+#: en/lb_config.1:447
 msgid "increases the verbosity of messages output by B<lb build>."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:451
+#: en/lb_config.1:447
 #, no-wrap
 msgid "B<--win32-loader true|false>"
 msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:454
+#: en/lb_config.1:450
 msgid "defines if win32-loader should be included in the binary image or not."
 msgstr ""
 
 #. type: SH
-#: en/lb_config.1:455
+#: en/lb_config.1:451
 #, no-wrap
 msgid "ENVIRONMENT"
 msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:458
+#: en/lb_config.1:454
 msgid ""
 "Currently, command line switches can also be specified through the "
 "corresponding environment variable. However, this generally should not be "
@@ -2802,20 +2764,20 @@ msgstr ""
 
 #.  FIXME
 #. type: IP
-#: en/lb_config.1:462
+#: en/lb_config.1:458
 #, no-wrap
 msgid "B<auto/config>"
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:463
+#: en/lb_config.1:459
 #, no-wrap
 msgid "B</etc/live/build.conf, /etc/live/build.d>"
 msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:466
+#: en/lb_config.1:462
 msgid ""
 "An optional, global configuration file for B<lb config> variables. It is "
 "useful to specify a few system wide defaults, like LB_MIRROR_BOOTSTRAP. This "
diff --git a/manpages/po/de/lb_local.1.po b/manpages/po/de/lb_local.1.po
index 02640c5..e16471d 100644
--- a/manpages/po/de/lb_local.1.po
+++ b/manpages/po/de/lb_local.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,8 +339,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -371,14 +362,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -386,8 +376,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -409,9 +399,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -423,8 +412,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -446,22 +435,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -483,14 +471,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -498,8 +485,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -521,14 +508,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -538,8 +524,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -561,14 +547,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -576,8 +561,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -599,14 +584,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 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 "
@@ -617,8 +601,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -640,14 +624,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -655,8 +638,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -678,14 +661,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
diff --git a/manpages/po/de/lb_source.1.po b/manpages/po/de/lb_source.1.po
index 8a29b75..b6346a2 100644
--- a/manpages/po/de/lb_source.1.po
+++ b/manpages/po/de/lb_source.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,8 +339,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -371,14 +362,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -386,8 +376,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -409,9 +399,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -423,8 +412,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -446,22 +435,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -483,14 +471,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -498,8 +485,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -521,14 +508,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -538,8 +524,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -561,14 +547,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -576,8 +561,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -599,14 +584,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 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 "
@@ -617,8 +601,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -640,14 +624,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -655,8 +638,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -678,14 +661,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
diff --git a/manpages/po/de/lb_source_checksums.1.po b/manpages/po/de/lb_source_checksums.1.po
index cf2fa6e..9230c94 100644
--- a/manpages/po/de/lb_source_checksums.1.po
+++ b/manpages/po/de/lb_source_checksums.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_source_debian-live.1.po b/manpages/po/de/lb_source_debian-live.1.po
index 1554ba4..91ecb52 100644
--- a/manpages/po/de/lb_source_debian-live.1.po
+++ b/manpages/po/de/lb_source_debian-live.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_source_debian.1.po b/manpages/po/de/lb_source_debian.1.po
index f193879..e23c559 100644
--- a/manpages/po/de/lb_source_debian.1.po
+++ b/manpages/po/de/lb_source_debian.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_source_disk.1.po b/manpages/po/de/lb_source_disk.1.po
index 8044d66..59b5b96 100644
--- a/manpages/po/de/lb_source_disk.1.po
+++ b/manpages/po/de/lb_source_disk.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_source_iso.1.po b/manpages/po/de/lb_source_iso.1.po
index bc0bf50..a425bed 100644
--- a/manpages/po/de/lb_source_iso.1.po
+++ b/manpages/po/de/lb_source_iso.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_source_net.1.po b/manpages/po/de/lb_source_net.1.po
index bfe25bf..5a780c7 100644
--- a/manpages/po/de/lb_source_net.1.po
+++ b/manpages/po/de/lb_source_net.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_source_tar.1.po b/manpages/po/de/lb_source_tar.1.po
index 73aac59..d9e00f1 100644
--- a/manpages/po/de/lb_source_tar.1.po
+++ b/manpages/po/de/lb_source_tar.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_source_usb.1.po b/manpages/po/de/lb_source_usb.1.po
index a56dd54..455c974 100644
--- a/manpages/po/de/lb_source_usb.1.po
+++ b/manpages/po/de/lb_source_usb.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_source_virtual-hdd.1.po b/manpages/po/de/lb_source_virtual-hdd.1.po
index a7dcf5e..fd27288 100644
--- a/manpages/po/de/lb_source_virtual-hdd.1.po
+++ b/manpages/po/de/lb_source_virtual-hdd.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/po/de/lb_testroot.1.po b/manpages/po/de/lb_testroot.1.po
index db6d02c..783970d 100644
--- a/manpages/po/de/lb_testroot.1.po
+++ b/manpages/po/de/lb_testroot.1.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
+"PO-Revision-Date: 2011-01-02 01:05+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,8 +339,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -371,14 +362,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -386,8 +376,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -409,9 +399,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -423,8 +412,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -446,22 +435,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -483,14 +471,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -498,8 +485,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -521,14 +508,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -538,8 +524,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -561,14 +547,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -576,8 +561,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -599,14 +584,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 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 "
@@ -617,8 +601,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -640,14 +624,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -655,8 +638,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -678,14 +661,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
diff --git a/manpages/po/de/live-build.7.po b/manpages/po/de/live-build.7.po
index 52d537b..dc15934 100644
--- a/manpages/po/de/live-build.7.po
+++ b/manpages/po/de/live-build.7.po
@@ -1,13 +1,13 @@
 # German translations for live-build package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2011 Free Software Foundation, Inc.
 # This file is distributed under the same license as the live-build package.
-# Automatically generated, 2010.
+# Automatically generated, 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-build 3.0~a10\n"
-"POT-Creation-Date: 2011-01-02 00:47+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-02 01:12+0100\n"
+"PO-Revision-Date: 2011-01-02 01:12+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:223 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:221 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:230
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:456
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 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:235
+#: en/lb_testroot.1:21 en/live-build.7:233
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:463
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 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:240
+#: en/lb_testroot.1:24 en/live-build.7:238
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -402,14 +392,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:467
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 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:244
+#: en/lb_testroot.1:28 en/live-build.7:242
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -439,14 +428,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:468
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 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:245
+#: en/lb_testroot.1:29 en/live-build.7:243
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -477,14 +465,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:470
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 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:247
+#: en/lb_testroot.1:31 en/live-build.7:245
 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 "
@@ -517,14 +504,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:471
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 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:248
+#: en/lb_testroot.1:32 en/live-build.7:246
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -555,14 +541,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:473
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 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:250
+#: en/lb_testroot.1:34 en/live-build.7:248
 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 "
@@ -596,14 +581,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:474
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 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:251
+#: en/lb_testroot.1:35 en/live-build.7:249
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -634,14 +618,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:475
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 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:252
+#: en/lb_testroot.1:36 en/live-build.7:250
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -673,37 +656,36 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:237
+#: en/live-build.7:235
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:308 en/live-build.7:36
+#: en/lb_config.1:306 en/live-build.7:36
 #, no-wrap
 msgid "B<--debug>"
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:316 en/live-build.7:38
+#: en/lb_config.1:314 en/live-build.7:38
 #, no-wrap
 msgid "B<--force>"
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:409 en/live-build.7:40
+#: en/lb_config.1:407 en/live-build.7:40
 #, no-wrap
 msgid "B<--quiet>"
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:449 en/live-build.7:42
+#: en/lb_config.1:445 en/live-build.7:42
 #, no-wrap
 msgid "B<--verbose>"
 msgstr ""
@@ -1380,405 +1362,394 @@ msgstr ""
 #. type: IP
 #: en/live-build.7:148
 #, no-wrap
-msgid "B<lb_chroot_sysvinit>(1)"
-msgstr ""
-
-#. type: Plain text
-#: en/live-build.7:150
-msgid "configure sysvinit"
-msgstr ""
-
-#. type: IP
-#: en/live-build.7:150
-#, no-wrap
 msgid "B<lb_chroot_sysv-rc>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:152
+#: en/live-build.7:150
 msgid "manage /usr/sbin/policy-rc.d"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:152
+#: en/live-build.7:150
 #, no-wrap
 msgid "B<lb_chroot_tasks>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:154
+#: en/live-build.7:152
 msgid "install tasks into chroot"
 msgstr ""
 
 #. type: SS
-#: en/live-build.7:154
+#: en/live-build.7:152
 #, no-wrap
 msgid "Binary commands"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:155
+#: en/live-build.7:153
 #, no-wrap
 msgid "B<lb_binary_chroot>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:157
+#: en/live-build.7:155
 msgid "copy chroot into chroot"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:157
+#: en/live-build.7:155
 #, no-wrap
 msgid "B<lb_binary_debian-installer>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:159
+#: en/live-build.7:157
 msgid "install debian-installer into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:159
+#: en/live-build.7:157
 #, no-wrap
 msgid "B<lb_binary_disk>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:161
+#: en/live-build.7:159
 msgid "install disk information into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:161
+#: en/live-build.7:159
 #, no-wrap
 msgid "B<lb_binary_grub>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:163
+#: en/live-build.7:161
 msgid "installs grub into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:163
+#: en/live-build.7:161
 #, no-wrap
 msgid "B<lb_binary_grub2>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:165
+#: en/live-build.7:163
 msgid "installs grub2 into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:165
+#: en/live-build.7:163
 #, no-wrap
 msgid "B<lb_binary_includes>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:167 en/live-build.7:175
+#: en/live-build.7:165 en/live-build.7:173
 msgid "copy files into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:167
+#: en/live-build.7:165
 #, no-wrap
 msgid "B<lb_binary_iso>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:169
+#: en/live-build.7:167
 msgid "build iso binary image"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:169
+#: en/live-build.7:167
 #, no-wrap
 msgid "B<lb_binary_linux-image>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:171
+#: en/live-build.7:169
 msgid "install linux-image into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:171
+#: en/live-build.7:169
 #, no-wrap
 msgid "B<lb_binary_local-hooks>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:173
+#: en/live-build.7:171
 msgid "execute local hooks in binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:173
+#: en/live-build.7:171
 #, no-wrap
 msgid "B<lb_binary_local-includes>(1)"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:175
+#: en/live-build.7:173
 #, no-wrap
 msgid "B<lb_binary_local-packagelists>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:177
+#: en/live-build.7:175
 msgid "install local package lists into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:177
+#: en/live-build.7:175
 #, no-wrap
 msgid "B<lb_binary_manifest>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:179
+#: en/live-build.7:177
 msgid "create manifest"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:179
+#: en/live-build.7:177
 #, no-wrap
 msgid "B<lb_binary_checksums>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:181
+#: en/live-build.7:179
 msgid "create binary checksums (md5, sha1, and/or sha256)"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:181
+#: en/live-build.7:179
 #, no-wrap
 msgid "B<lb_binary_memtest>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:183
+#: en/live-build.7:181
 msgid "installs a memtest into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:183
+#: en/live-build.7:181
 #, no-wrap
 msgid "B<lb_binary_net>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:185
+#: en/live-build.7:183
 msgid "build netboot binary image"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:185
+#: en/live-build.7:183
 #, no-wrap
 msgid "B<lb_binary_rootfs>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:187
+#: en/live-build.7:185
 msgid "build rootfs image"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:187
+#: en/live-build.7:185
 #, no-wrap
 msgid "B<lb_binary_silo>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:189
+#: en/live-build.7:187
 msgid "installs silo into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:189
+#: en/live-build.7:187
 #, no-wrap
 msgid "B<lb_binary_syslinux>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:191
+#: en/live-build.7:189
 msgid "installs syslinux into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:191
+#: en/live-build.7:189
 #, no-wrap
 msgid "B<lb_binary_tar>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:193
+#: en/live-build.7:191
 msgid "build harddisk binary image"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:193
+#: en/live-build.7:191
 #, no-wrap
 msgid "B<lb_binary_usb>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:195
+#: en/live-build.7:193
 msgid "build binary usb-hdd image"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:195
+#: en/live-build.7:193
 #, no-wrap
 msgid "B<lb_binary_virtual-hdd>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:197
+#: en/live-build.7:195
 msgid "build binary virtual-hdd image"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:197
+#: en/live-build.7:195
 #, no-wrap
 msgid "B<lb_binary_win32-loader>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:199
+#: en/live-build.7:197
 msgid "installs win32-loader into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:199
+#: en/live-build.7:197
 #, no-wrap
 msgid "B<lb_binary_yaboot>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:201
+#: en/live-build.7:199
 msgid "installs yaboot into binary"
 msgstr ""
 
 #. type: SS
-#: en/live-build.7:201
+#: en/live-build.7:199
 #, no-wrap
 msgid "Source commands"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:202
+#: en/live-build.7:200
 #, no-wrap
 msgid "B<lb_source_debian>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:204
+#: en/live-build.7:202
 msgid "download sources"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:204
+#: en/live-build.7:202
 #, no-wrap
 msgid "B<lb_source_debian-live>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:206
+#: en/live-build.7:204
 msgid "copy debian-live config into source"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:206
+#: en/live-build.7:204
 #, no-wrap
 msgid "B<lb_source_disk>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:208
+#: en/live-build.7:206
 msgid "install disk information into source"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:208
+#: en/live-build.7:206
 #, no-wrap
 msgid "B<lb_source_iso>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:210
+#: en/live-build.7:208
 msgid "build iso source image"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:210
+#: en/live-build.7:208
 #, no-wrap
 msgid "B<lb_source_checksums>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:212
+#: en/live-build.7:210
 msgid "create source checksums (md5, sha1, and/or sha256)"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:212
+#: en/live-build.7:210
 #, no-wrap
 msgid "B<lb_source_net>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:214
+#: en/live-build.7:212
 msgid "build source net image"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:214
+#: en/live-build.7:212
 #, no-wrap
 msgid "B<lb_source_tar>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:216
+#: en/live-build.7:214
 msgid "build source tarball"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:216
+#: en/live-build.7:214
 #, no-wrap
 msgid "B<lb_source_usb>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:218
+#: en/live-build.7:216
 msgid "build source usb-hdd image"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:218
+#: en/live-build.7:216
 #, no-wrap
 msgid "B<lb_source_virtual-hdd>(1)"
 msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/live-build.7:221
+#: en/live-build.7:219
 msgid "build source virtual-hdd image"
 msgstr ""
 
 #. type: SH
-#: en/live-build.7:222
+#: en/live-build.7:220
 #, no-wrap
 msgid "CONFIG FILES"
 msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/live-build.7:225
+#: en/live-build.7:223
 msgid ""
 "Many live-build commands make use of files in the I<config/> directory to "
 "control what they do. Besides the common I<config/common>, which is used by "
@@ -1790,7 +1761,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:227
+#: en/live-build.7:225
 msgid ""
 "For example, lb_bootstrap_debootstrap uses files named config/bootstrap and "
 "config/bootstrap_debootstrap to read the options it will use. See the man "
@@ -1801,7 +1772,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:229
+#: en/live-build.7:227
 msgid ""
 "Note that live-build will respect environment variables which are present in "
 "the context of the shell it is running. If variables can be read from config "
@@ -1812,7 +1783,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:231
+#: en/live-build.7:229
 msgid ""
 "In some rare cases, you may want to have different versions of these files "
 "for different architectures or distributions. If files named config/stage."
@@ -1825,7 +1796,7 @@ msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/live-build.7:234
+#: en/live-build.7:232
 msgid ""
 "All config files are shell scripts which are sourced by a live-build "
 "program. That means they have to follow the normal shell syntax. You can "
@@ -1833,6 +1804,6 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:242
+#: en/live-build.7:240
 msgid "I<live-initramfs>(7)"
 msgstr ""
diff --git a/manpages/po4a.cfg b/manpages/po4a.cfg
index e5dc4bb..9d871ad 100644
--- a/manpages/po4a.cfg
+++ b/manpages/po4a.cfg
@@ -60,7 +60,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_sysvinit.1 $lang:$lang/lb_chroot_sysvinit.$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
diff --git a/manpages/pot/lb.1.pot b/manpages/pot/lb.1.pot
index 9d5e633..3dfab47 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -199,13 +194,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -220,10 +215,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -244,13 +238,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -265,10 +259,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -286,8 +279,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -309,9 +302,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -332,8 +324,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -355,14 +347,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -378,8 +369,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -401,14 +392,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -416,8 +406,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -439,9 +429,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -453,8 +442,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -476,22 +465,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -513,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -528,8 +515,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -551,14 +538,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -568,8 +554,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -591,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -606,8 +591,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -629,14 +614,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 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 "
@@ -647,8 +631,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -670,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -685,8 +668,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -708,14 +691,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
diff --git a/manpages/pot/lb_binary.1.pot b/manpages/pot/lb_binary.1.pot
index 736eaed..93d3417 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,8 +339,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -371,14 +362,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -386,8 +376,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -409,9 +399,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -423,8 +412,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -446,22 +435,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -483,14 +471,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -498,8 +485,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -521,14 +508,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -538,8 +524,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -561,14 +547,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -576,8 +561,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -599,14 +584,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 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 "
@@ -617,8 +601,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -640,14 +624,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -655,8 +638,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -678,14 +661,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
diff --git a/manpages/pot/lb_binary_checksums.1.pot b/manpages/pot/lb_binary_checksums.1.pot
index bcd562c..3cbdf74 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -713,13 +695,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -735,13 +717,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_binary_chroot.1.pot b/manpages/pot/lb_binary_chroot.1.pot
index 6cf9f81..23c92d5 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_binary_debian-installer.1.pot b/manpages/pot/lb_binary_debian-installer.1.pot
index 0cc0602..246ad57 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_binary_disk.1.pot b/manpages/pot/lb_binary_disk.1.pot
index 34f5c90..ace6eea 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_binary_grub.1.pot b/manpages/pot/lb_binary_grub.1.pot
index c59032f..b2c58cf 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_binary_grub2.1.pot b/manpages/pot/lb_binary_grub2.1.pot
index 39eb87b..6a3d7a4 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_binary_includes.1.pot b/manpages/pot/lb_binary_includes.1.pot
index adfe99f..65fac88 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_binary_iso.1.pot b/manpages/pot/lb_binary_iso.1.pot
index 0d4182f..172df86 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_binary_linux-image.1.pot b/manpages/pot/lb_binary_linux-image.1.pot
index ebf93b1..2291399 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_binary_local-hooks.1.pot b/manpages/pot/lb_binary_local-hooks.1.pot
index b572dc1..b8f9ca8 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_binary_local-includes.1.pot b/manpages/pot/lb_binary_local-includes.1.pot
index e477649..5f5a848 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_binary_local-packagelists.1.pot b/manpages/pot/lb_binary_local-packagelists.1.pot
index 5354143..cc3955f 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_binary_manifest.1.pot b/manpages/pot/lb_binary_manifest.1.pot
index 6e731c7..855bdb0 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_binary_memtest.1.pot b/manpages/pot/lb_binary_memtest.1.pot
index d8b3c3d..ac4205c 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_binary_net.1.pot b/manpages/pot/lb_binary_net.1.pot
index 366a959..475ce54 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_binary_rootfs.1.pot b/manpages/pot/lb_binary_rootfs.1.pot
index 16295ba..ae9434d 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_binary_silo.1.pot b/manpages/pot/lb_binary_silo.1.pot
index cf52ed4..287d39d 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_binary_syslinux.1.pot b/manpages/pot/lb_binary_syslinux.1.pot
index 51f007d..ce5a92c 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_binary_tar.1.pot b/manpages/pot/lb_binary_tar.1.pot
index 563b378..5944996 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_binary_usb.1.pot b/manpages/pot/lb_binary_usb.1.pot
index bb7c85a..522c44d 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_binary_virtual-hdd.1.pot b/manpages/pot/lb_binary_virtual-hdd.1.pot
index d5ea340..14f851e 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_binary_win32-loader.1.pot b/manpages/pot/lb_binary_win32-loader.1.pot
index 26199f0..f075ecb 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_binary_yaboot.1.pot b/manpages/pot/lb_binary_yaboot.1.pot
index 00521fd..c3a07a7 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_bootstrap.1.pot b/manpages/pot/lb_bootstrap.1.pot
index 0d505d9..46956f2 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,8 +339,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -371,14 +362,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -386,8 +376,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -409,9 +399,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -423,8 +412,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -446,22 +435,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -483,14 +471,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -498,8 +485,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -521,14 +508,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -538,8 +524,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -561,14 +547,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -576,8 +561,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -599,14 +584,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 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 "
@@ -617,8 +601,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -640,14 +624,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -655,8 +638,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -678,14 +661,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
diff --git a/manpages/pot/lb_bootstrap_cache.1.pot b/manpages/pot/lb_bootstrap_cache.1.pot
index ac16b8b..4234ab6 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_bootstrap_cdebootstrap.1.pot b/manpages/pot/lb_bootstrap_cdebootstrap.1.pot
index 0ecf792..85d6ae9 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_bootstrap_copy.1.pot b/manpages/pot/lb_bootstrap_copy.1.pot
index c8cc165..ae09548 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_bootstrap_debootstrap.1.pot b/manpages/pot/lb_bootstrap_debootstrap.1.pot
index fcf393a..41c6b1f 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_build.1.pot b/manpages/pot/lb_build.1.pot
index e35a29e..cf15609 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
diff --git a/manpages/pot/lb_chroot.1.pot b/manpages/pot/lb_chroot.1.pot
index 00488bb..b9c4b18 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,8 +339,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -371,14 +362,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -386,8 +376,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -409,9 +399,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -423,8 +412,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -446,22 +435,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -483,14 +471,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -498,8 +485,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -521,14 +508,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -538,8 +524,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -561,14 +547,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -576,8 +561,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -599,14 +584,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 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 "
@@ -617,8 +601,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -640,14 +624,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -655,8 +638,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -678,14 +661,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
diff --git a/manpages/pot/lb_chroot_apt.1.pot b/manpages/pot/lb_chroot_apt.1.pot
index ae2e87c..6cd93bc 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_chroot_cache.1.pot b/manpages/pot/lb_chroot_cache.1.pot
index bbe04a5..00cdcdf 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_chroot_debianchroot.1.pot b/manpages/pot/lb_chroot_debianchroot.1.pot
index 46f0dee..034621a 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_chroot_devpts.1.pot b/manpages/pot/lb_chroot_devpts.1.pot
index 967a41d..a536700 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_chroot_dpkg.1.pot b/manpages/pot/lb_chroot_dpkg.1.pot
index e51311b..4a39e92 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_chroot_hacks.1.pot b/manpages/pot/lb_chroot_hacks.1.pot
index f303fdf..2ebb61a 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_chroot_hooks.1.pot b/manpages/pot/lb_chroot_hooks.1.pot
index c6640ac..2638302 100644
--- a/manpages/pot/lb_chroot_hooks.1.pot
+++ b/manpages/pot/lb_chroot_hooks.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_chroot_hostname.1.pot b/manpages/pot/lb_chroot_hostname.1.pot
index 9fadd09..dc9047f 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_chroot_hosts.1.pot b/manpages/pot/lb_chroot_hosts.1.pot
index f4412f3..bbf0d29 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_chroot_install-packages.1.pot b/manpages/pot/lb_chroot_install-packages.1.pot
index 753e05e..c67019f 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_chroot_interactive.1.pot b/manpages/pot/lb_chroot_interactive.1.pot
index 6118137..bd43a5f 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_chroot_linux-image.1.pot b/manpages/pot/lb_chroot_linux-image.1.pot
index c56f573..cb0b37c 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_chroot_local-hooks.1.pot b/manpages/pot/lb_chroot_local-hooks.1.pot
index 3ea21bd..5496a07 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_chroot_local-includes.1.pot b/manpages/pot/lb_chroot_local-includes.1.pot
index 494472e..00552c9 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_chroot_local-packagelists.1.pot b/manpages/pot/lb_chroot_local-packagelists.1.pot
index c88f9a7..30d0f55 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_chroot_local-packages.1.pot b/manpages/pot/lb_chroot_local-packages.1.pot
index 74b4eea..389ad18 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_chroot_local-patches.1.pot b/manpages/pot/lb_chroot_local-patches.1.pot
index d852165..0b3bdcc 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_chroot_local-preseed.1.pot b/manpages/pot/lb_chroot_local-preseed.1.pot
index 88dd710..9ce1020 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_chroot_localization.1.pot b/manpages/pot/lb_chroot_localization.1.pot
index a0abd1e..39ebc08 100644
--- a/manpages/pot/lb_chroot_localization.1.pot
+++ b/manpages/pot/lb_chroot_localization.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_chroot_packagelists.1.pot b/manpages/pot/lb_chroot_packagelists.1.pot
index 5eedc81..05291c2 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_chroot_packages.1.pot b/manpages/pot/lb_chroot_packages.1.pot
index 7565637..9433964 100644
--- a/manpages/pot/lb_chroot_packages.1.pot
+++ b/manpages/pot/lb_chroot_packages.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_chroot_preseed.1.pot b/manpages/pot/lb_chroot_preseed.1.pot
index 2c1379a..d9945a6 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_chroot_proc.1.pot b/manpages/pot/lb_chroot_proc.1.pot
index 86113c3..eb4e8d5 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_chroot_resolv.1.pot b/manpages/pot/lb_chroot_resolv.1.pot
index 3f7163f..20d4e91 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_chroot_selinuxfs.1.pot b/manpages/pot/lb_chroot_selinuxfs.1.pot
index 20cad38..778897a 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_chroot_sources.1.pot b/manpages/pot/lb_chroot_sources.1.pot
index cdae344..af90bcd 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_chroot_sysfs.1.pot b/manpages/pot/lb_chroot_sysfs.1.pot
index 5f4d7c8..fd0989c 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_chroot_sysv-rc.1.pot b/manpages/pot/lb_chroot_sysv-rc.1.pot
index 69babca..ea87365 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_chroot_sysvinit.1.pot b/manpages/pot/lb_chroot_sysvinit.1.pot
deleted file mode 100644
index 69fcd22..0000000
--- a/manpages/pot/lb_chroot_sysvinit.1.pot
+++ /dev/null
@@ -1,747 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-build package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
-"Language-Team: LANGUAGE <LL at li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1
-#: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
-#: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
-#: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
-#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
-#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "LIVE-BUILD"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1
-#: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
-#: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
-#: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
-#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
-#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_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-01-02"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1
-#: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
-#: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
-#: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
-#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
-#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "3.0~a10"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1:1 en/lb_bootstrap_cdebootstrap.1:1
-#: en/lb_bootstrap_copy.1:1 en/lb_bootstrap_debootstrap.1:1 en/lb_build.1:1
-#: en/lb_chroot.1:1 en/lb_chroot_apt.1:1 en/lb_chroot_cache.1:1
-#: en/lb_chroot_debianchroot.1:1 en/lb_chroot_devpts.1:1 en/lb_chroot_dpkg.1:1
-#: en/lb_chroot_hacks.1:1 en/lb_chroot_hooks.1:1 en/lb_chroot_hostname.1:1
-#: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1
-#: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1
-#: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1
-#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1
-#: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1
-#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
-#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
-#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
-#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
-#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
-#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
-#, no-wrap
-msgid "Debian Live Project"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
-#: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3
-#: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3
-#: en/lb_binary_win32-loader.1:3 en/lb_binary_yaboot.1:3 en/lb_bootstrap.1:3
-#: en/lb_bootstrap_cache.1:3 en/lb_bootstrap_cdebootstrap.1:3
-#: en/lb_bootstrap_copy.1:3 en/lb_bootstrap_debootstrap.1:3 en/lb_build.1:3
-#: en/lb_chroot.1:3 en/lb_chroot_apt.1:3 en/lb_chroot_cache.1:3
-#: en/lb_chroot_debianchroot.1:3 en/lb_chroot_devpts.1:3 en/lb_chroot_dpkg.1:3
-#: en/lb_chroot_hacks.1:3 en/lb_chroot_hooks.1:3 en/lb_chroot_hostname.1:3
-#: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3
-#: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3
-#: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3
-#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3
-#: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3
-#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
-#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
-#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
-#: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
-#: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
-#: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
-#, no-wrap
-msgid "NAME"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
-#: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6
-#: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6
-#: en/lb_binary_win32-loader.1:6 en/lb_binary_yaboot.1:6 en/lb_bootstrap.1:6
-#: en/lb_bootstrap_cache.1:6 en/lb_bootstrap_cdebootstrap.1:6
-#: en/lb_bootstrap_copy.1:6 en/lb_bootstrap_debootstrap.1:6 en/lb_build.1:6
-#: en/lb_chroot.1:6 en/lb_chroot_apt.1:6 en/lb_chroot_cache.1:6
-#: en/lb_chroot_debianchroot.1:6 en/lb_chroot_devpts.1:6 en/lb_chroot_dpkg.1:6
-#: en/lb_chroot_hacks.1:6 en/lb_chroot_hooks.1:6 en/lb_chroot_hostname.1:6
-#: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6
-#: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6
-#: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6
-#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6
-#: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6
-#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
-#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
-#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
-#: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
-#: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
-#: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
-#, no-wrap
-msgid "SYNOPSIS"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
-#: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9
-#: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9
-#: en/lb_binary_win32-loader.1:9 en/lb_binary_yaboot.1:9 en/lb_bootstrap.1:9
-#: en/lb_bootstrap_cache.1:9 en/lb_bootstrap_cdebootstrap.1:9
-#: en/lb_bootstrap_copy.1:9 en/lb_bootstrap_debootstrap.1:9 en/lb_build.1:9
-#: en/lb_chroot.1:9 en/lb_chroot_apt.1:9 en/lb_chroot_cache.1:9
-#: en/lb_chroot_debianchroot.1:9 en/lb_chroot_devpts.1:9 en/lb_chroot_dpkg.1:9
-#: en/lb_chroot_hacks.1:9 en/lb_chroot_hooks.1:9 en/lb_chroot_hostname.1:9
-#: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9
-#: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9
-#: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9
-#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9
-#: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9
-#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
-#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
-#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
-#: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
-#: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
-#: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
-#, no-wrap
-msgid "DESCRIPTION"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
-#: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
-#: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14
-#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14
-#: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14
-#: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14
-#: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14
-#: en/lb_binary_win32-loader.1:14 en/lb_binary_yaboot.1:14
-#: en/lb_bootstrap.1:14 en/lb_bootstrap_cache.1:14
-#: en/lb_bootstrap_cdebootstrap.1:14 en/lb_bootstrap_copy.1:14
-#: en/lb_bootstrap_debootstrap.1:14 en/lb_build.1:14 en/lb_chroot.1:14
-#: en/lb_chroot_apt.1:14 en/lb_chroot_cache.1:14
-#: en/lb_chroot_debianchroot.1:14 en/lb_chroot_devpts.1:14
-#: en/lb_chroot_dpkg.1:14 en/lb_chroot_hacks.1:14 en/lb_chroot_hooks.1:14
-#: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14
-#: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14
-#: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14
-#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14
-#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14
-#: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14
-#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
-#: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
-#: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
-#: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
-#: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
-#: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
-#: en/lb_source_tar.1:14 en/lb_source_usb.1:14 en/lb_source_virtual-hdd.1:14
-#: en/lb_testroot.1:18 en/live-build.7:20
-#, no-wrap
-msgid "OPTIONS"
-msgstr ""
-
-#. type: SH
-#: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
-#: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
-#: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17
-#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17
-#: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17
-#: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17
-#: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17
-#: en/lb_binary_win32-loader.1:17 en/lb_binary_yaboot.1:17
-#: en/lb_bootstrap.1:17 en/lb_bootstrap_cache.1:17
-#: en/lb_bootstrap_cdebootstrap.1:17 en/lb_bootstrap_copy.1:17
-#: en/lb_bootstrap_debootstrap.1:17 en/lb_build.1:17 en/lb_chroot.1:17
-#: en/lb_chroot_apt.1:17 en/lb_chroot_cache.1:17
-#: en/lb_chroot_debianchroot.1:17 en/lb_chroot_devpts.1:17
-#: en/lb_chroot_dpkg.1:17 en/lb_chroot_hacks.1:17 en/lb_chroot_hooks.1:17
-#: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17
-#: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17
-#: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17
-#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17
-#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17
-#: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17
-#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
-#: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
-#: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
-#: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
-#: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
-#: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
-#: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
-#, no-wrap
-msgid "FILES"
-msgstr ""
-
-#.  FIXME
-#. type: SH
-#: en/lb.1:22 en/lb_binary.1:20 en/lb_binary_checksums.1:21
-#: en/lb_binary_chroot.1:21 en/lb_binary_debian-installer.1:21
-#: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21
-#: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21
-#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21
-#: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21
-#: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21
-#: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21
-#: en/lb_binary_win32-loader.1:21 en/lb_binary_yaboot.1:21
-#: en/lb_bootstrap.1:20 en/lb_bootstrap_cache.1:21
-#: en/lb_bootstrap_cdebootstrap.1:21 en/lb_bootstrap_copy.1:21
-#: en/lb_bootstrap_debootstrap.1:21 en/lb_build.1:22 en/lb_chroot.1:20
-#: en/lb_chroot_apt.1:21 en/lb_chroot_cache.1:21
-#: en/lb_chroot_debianchroot.1:21 en/lb_chroot_devpts.1:21
-#: en/lb_chroot_dpkg.1:21 en/lb_chroot_hacks.1:21 en/lb_chroot_hooks.1:21
-#: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21
-#: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21
-#: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21
-#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21
-#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21
-#: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21
-#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
-#: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
-#: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
-#: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
-#: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
-#: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
-#: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
-#, no-wrap
-msgid "SEE ALSO"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
-#: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
-#: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23
-#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23
-#: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23
-#: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23
-#: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23
-#: en/lb_binary_win32-loader.1:23 en/lb_binary_yaboot.1:23
-#: en/lb_bootstrap.1:22 en/lb_bootstrap_cache.1:23
-#: en/lb_bootstrap_cdebootstrap.1:23 en/lb_bootstrap_copy.1:23
-#: en/lb_bootstrap_debootstrap.1:23 en/lb_build.1:24 en/lb_chroot.1:22
-#: en/lb_chroot_apt.1:23 en/lb_chroot_cache.1:23
-#: en/lb_chroot_debianchroot.1:23 en/lb_chroot_devpts.1:23
-#: en/lb_chroot_dpkg.1:23 en/lb_chroot_hacks.1:23 en/lb_chroot_hooks.1:23
-#: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23
-#: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23
-#: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23
-#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23
-#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23
-#: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23
-#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
-#: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
-#: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
-#: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
-#: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
-#: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
-#: en/lb_source_tar.1:23 en/lb_source_usb.1:23 en/lb_source_virtual-hdd.1:23
-#: en/lb_testroot.1:26
-msgid "I<live-build>(7)"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
-#: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
-#: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25
-#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25
-#: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25
-#: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25
-#: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25
-#: en/lb_binary_win32-loader.1:25 en/lb_binary_yaboot.1:25
-#: en/lb_bootstrap.1:24 en/lb_bootstrap_cache.1:25
-#: en/lb_bootstrap_cdebootstrap.1:25 en/lb_bootstrap_copy.1:25
-#: en/lb_bootstrap_debootstrap.1:25 en/lb_build.1:26 en/lb_chroot.1:24
-#: en/lb_chroot_apt.1:25 en/lb_chroot_cache.1:25
-#: en/lb_chroot_debianchroot.1:25 en/lb_chroot_devpts.1:25
-#: en/lb_chroot_dpkg.1:25 en/lb_chroot_hacks.1:25 en/lb_chroot_hooks.1:25
-#: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25
-#: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25
-#: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25
-#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25
-#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25
-#: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25
-#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
-#: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
-#: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
-#: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
-#: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
-#: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
-#: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
-msgid "This program is a part of live-build."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
-#: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
-#: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26
-#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26
-#: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26
-#: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26
-#: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26
-#: en/lb_binary_win32-loader.1:26 en/lb_binary_yaboot.1:26
-#: en/lb_bootstrap.1:25 en/lb_bootstrap_cache.1:26
-#: en/lb_bootstrap_cdebootstrap.1:26 en/lb_bootstrap_copy.1:26
-#: en/lb_bootstrap_debootstrap.1:26 en/lb_build.1:27 en/lb_chroot.1:25
-#: en/lb_chroot_apt.1:26 en/lb_chroot_cache.1:26
-#: en/lb_chroot_debianchroot.1:26 en/lb_chroot_devpts.1:26
-#: en/lb_chroot_dpkg.1:26 en/lb_chroot_hacks.1:26 en/lb_chroot_hooks.1:26
-#: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26
-#: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26
-#: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26
-#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26
-#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26
-#: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26
-#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
-#: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
-#: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
-#: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
-#: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
-#: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
-#: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
-#, no-wrap
-msgid "HOMEPAGE"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
-#: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
-#: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28
-#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28
-#: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28
-#: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28
-#: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28
-#: en/lb_binary_win32-loader.1:28 en/lb_binary_yaboot.1:28
-#: en/lb_bootstrap.1:27 en/lb_bootstrap_cache.1:28
-#: en/lb_bootstrap_cdebootstrap.1:28 en/lb_bootstrap_copy.1:28
-#: en/lb_bootstrap_debootstrap.1:28 en/lb_build.1:29 en/lb_chroot.1:27
-#: en/lb_chroot_apt.1:28 en/lb_chroot_cache.1:28
-#: en/lb_chroot_debianchroot.1:28 en/lb_chroot_devpts.1:28
-#: en/lb_chroot_dpkg.1:28 en/lb_chroot_hacks.1:28 en/lb_chroot_hooks.1:28
-#: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28
-#: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28
-#: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28
-#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28
-#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28
-#: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28
-#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
-#: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
-#: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
-#: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
-#: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
-#: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
-#: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
-msgid ""
-"More information about live-build and the Debian Live project can be found "
-"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
-"E<lt>I<http://live.debian.net/manual/>E<gt>."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
-#: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
-#: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29
-#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29
-#: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29
-#: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29
-#: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29
-#: en/lb_binary_win32-loader.1:29 en/lb_binary_yaboot.1:29
-#: en/lb_bootstrap.1:28 en/lb_bootstrap_cache.1:29
-#: en/lb_bootstrap_cdebootstrap.1:29 en/lb_bootstrap_copy.1:29
-#: en/lb_bootstrap_debootstrap.1:29 en/lb_build.1:30 en/lb_chroot.1:28
-#: en/lb_chroot_apt.1:29 en/lb_chroot_cache.1:29
-#: en/lb_chroot_debianchroot.1:29 en/lb_chroot_devpts.1:29
-#: en/lb_chroot_dpkg.1:29 en/lb_chroot_hacks.1:29 en/lb_chroot_hooks.1:29
-#: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29
-#: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29
-#: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29
-#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29
-#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29
-#: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29
-#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
-#: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
-#: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
-#: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
-#: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
-#: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
-#: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
-#, no-wrap
-msgid "BUGS"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
-#: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
-#: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31
-#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31
-#: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31
-#: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31
-#: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31
-#: en/lb_binary_win32-loader.1:31 en/lb_binary_yaboot.1:31
-#: en/lb_bootstrap.1:30 en/lb_bootstrap_cache.1:31
-#: en/lb_bootstrap_cdebootstrap.1:31 en/lb_bootstrap_copy.1:31
-#: en/lb_bootstrap_debootstrap.1:31 en/lb_build.1:32 en/lb_chroot.1:30
-#: en/lb_chroot_apt.1:31 en/lb_chroot_cache.1:31
-#: en/lb_chroot_debianchroot.1:31 en/lb_chroot_devpts.1:31
-#: en/lb_chroot_dpkg.1:31 en/lb_chroot_hacks.1:31 en/lb_chroot_hooks.1:31
-#: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31
-#: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31
-#: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31
-#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31
-#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31
-#: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31
-#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
-#: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
-#: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
-#: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
-#: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
-#: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
-#: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
-msgid ""
-"Bugs can be reported by submitting a bugreport for the live-build package in "
-"the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
-"writing a mail to the Debian Live mailing list at E<lt>I<debian-live at lists."
-"debian.org>E<gt>."
-msgstr ""
-
-#. type: SH
-#: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
-#: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
-#: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32
-#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32
-#: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32
-#: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32
-#: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32
-#: en/lb_binary_win32-loader.1:32 en/lb_binary_yaboot.1:32
-#: en/lb_bootstrap.1:31 en/lb_bootstrap_cache.1:32
-#: en/lb_bootstrap_cdebootstrap.1:32 en/lb_bootstrap_copy.1:32
-#: en/lb_bootstrap_debootstrap.1:32 en/lb_build.1:33 en/lb_chroot.1:31
-#: en/lb_chroot_apt.1:32 en/lb_chroot_cache.1:32
-#: en/lb_chroot_debianchroot.1:32 en/lb_chroot_devpts.1:32
-#: en/lb_chroot_dpkg.1:32 en/lb_chroot_hacks.1:32 en/lb_chroot_hooks.1:32
-#: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32
-#: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32
-#: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32
-#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32
-#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32
-#: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32
-#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
-#: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
-#: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
-#: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
-#: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
-#: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
-#: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
-#, no-wrap
-msgid "AUTHOR"
-msgstr ""
-
-#. type: Plain text
-#: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
-#: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
-#: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33
-#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33
-#: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33
-#: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33
-#: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33
-#: en/lb_binary_win32-loader.1:33 en/lb_binary_yaboot.1:33
-#: en/lb_bootstrap.1:32 en/lb_bootstrap_cache.1:33
-#: en/lb_bootstrap_cdebootstrap.1:33 en/lb_bootstrap_copy.1:33
-#: en/lb_bootstrap_debootstrap.1:33 en/lb_build.1:34 en/lb_chroot.1:32
-#: en/lb_chroot_apt.1:33 en/lb_chroot_cache.1:33
-#: en/lb_chroot_debianchroot.1:33 en/lb_chroot_devpts.1:33
-#: en/lb_chroot_dpkg.1:33 en/lb_chroot_hacks.1:33 en/lb_chroot_hooks.1:33
-#: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33
-#: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33
-#: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33
-#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33
-#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33
-#: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33
-#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
-#: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
-#: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
-#: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
-#: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
-#: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
-#: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
-msgid ""
-"live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
-"the Debian project."
-msgstr ""
-
-#.  FIXME
-#. type: IP
-#: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
-#: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19
-#: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19
-#: en/lb_binary_win32-loader.1:19 en/lb_binary_yaboot.1:19
-#: en/lb_bootstrap_cache.1:19 en/lb_bootstrap_cdebootstrap.1:19
-#: en/lb_bootstrap_copy.1:19 en/lb_bootstrap_debootstrap.1:19
-#: en/lb_chroot_apt.1:19 en/lb_chroot_cache.1:19
-#: en/lb_chroot_debianchroot.1:19 en/lb_chroot_devpts.1:19
-#: en/lb_chroot_dpkg.1:19 en/lb_chroot_hacks.1:19 en/lb_chroot_hooks.1:19
-#: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19
-#: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19
-#: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19
-#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19
-#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19
-#: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19
-#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
-#: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
-#: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
-#: en/lb_chroot_upstart.1:19 en/lb_source_checksums.1:19
-#: en/lb_source_debian-live.1:19 en/lb_source_debian.1:19
-#: en/lb_source_disk.1:19 en/lb_source_iso.1:19 en/lb_source_net.1:19
-#: en/lb_source_tar.1:19 en/lb_source_usb.1:19 en/lb_source_virtual-hdd.1:19
-#: en/live-build.7:239
-#, no-wrap
-msgid "B<n/a>"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_sysvinit.1:5
-msgid "B<lb chroot_sysvinit> - Complete the chroot stage"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_sysvinit.1:8
-msgid "B<lb chroot_sysvinit> [I<live-build options>]"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_sysvinit.1:11
-msgid ""
-"B<lb chroot_sysvinit> is a low-level command (plumbing) of I<live-build>(7), "
-"the Debian Live tool suite."
-msgstr ""
-
-#. type: Plain text
-#: en/lb_chroot_sysvinit.1:16
-msgid ""
-"B<lb chroot_sysvinit> 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_tasks.1.pot b/manpages/pot/lb_chroot_tasks.1.pot
index ef77ff5..a83a200 100644
--- a/manpages/pot/lb_chroot_tasks.1.pot
+++ b/manpages/pot/lb_chroot_tasks.1.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2011-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_chroot_upstart.1.pot b/manpages/pot/lb_chroot_upstart.1.pot
index 02da8a6..c932e60 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_clean.1.pot b/manpages/pot/lb_clean.1.pot
index cee97c3..6de8cbf 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
diff --git a/manpages/pot/lb_config.1.pot b/manpages/pot/lb_config.1.pot
index d18799c..af1e73d 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-01-02 00:47+0100\n"
+"POT-Creation-Date: 2011-01-02 01:12+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:223 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:221 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:230
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:456
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 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:235
+#: en/lb_testroot.1:21 en/live-build.7:233
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:463
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 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:240
+#: en/lb_testroot.1:24 en/live-build.7:238
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:465
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -439,14 +428,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:467
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 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:244
+#: en/lb_testroot.1:28 en/live-build.7:242
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:468
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 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:245
+#: en/lb_testroot.1:29 en/live-build.7:243
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:470
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 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:247
+#: en/lb_testroot.1:31 en/live-build.7:245
 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 "
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:471
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 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:248
+#: en/lb_testroot.1:32 en/live-build.7:246
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:473
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 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:250
+#: en/lb_testroot.1:34 en/live-build.7:248
 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 "
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:474
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 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:251
+#: en/lb_testroot.1:35 en/live-build.7:249
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:475
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 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:252
+#: en/lb_testroot.1:36 en/live-build.7:250
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -1173,62 +1155,57 @@ msgstr ""
 
 #. type: Plain text
 #: en/lb_config.1:201
-msgid "  [B<--sysvinit> true|false]"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_config.1:203
 msgid "  [B<--tasksel> aptitude|tasksel]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:205
+#: en/lb_config.1:203
 msgid "  [B<--tasks> I<TASK>|\"I<TASKS>\"]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:207
+#: en/lb_config.1:205
 msgid "  [B<--templates> I<PATH>]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:209
+#: en/lb_config.1:207
 msgid "  [B<--virtual-root-size >I<MB>]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:211
+#: en/lb_config.1:209
 msgid "  [B<--volatile> true|false]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:213
+#: en/lb_config.1:211
 msgid "  [B<--backports> true|false]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:215
+#: en/lb_config.1:213
 msgid "  [B<--exposed-root> true|false]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:217
+#: en/lb_config.1:215
 msgid "  [B<--username> I<NAME>]"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:219
+#: en/lb_config.1:217
 msgid "  [B<--verbose>]"
 msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:222
+#: en/lb_config.1:220
 msgid "  [B<--win32-loader true|false]>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:225
+#: en/lb_config.1:223
 msgid ""
 "B<lb config> is a high-level command (porcelain) of I<live-build>(7), the "
 "Debian Live tool suite."
@@ -1236,7 +1213,7 @@ msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:228
+#: en/lb_config.1:226
 msgid ""
 "B<lb config> populates the configuration directory for live-build. By "
 "default, this directory is named 'config' and is created in the current "
@@ -1245,7 +1222,7 @@ msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:231
+#: en/lb_config.1:229
 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 "
@@ -1261,7 +1238,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:234
+#: en/lb_config.1:232
 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 "
@@ -1270,26 +1247,26 @@ msgstr ""
 
 #.  FIXME
 #. type: IP
-#: en/lb_config.1:236
+#: en/lb_config.1:234
 #, no-wrap
 msgid "B<--apt> apt|aptitude"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:238
+#: en/lb_config.1:236
 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:238
+#: en/lb_config.1:236
 #, no-wrap
 msgid "B<--apt-ftp-proxy> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:240
+#: en/lb_config.1:238
 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 "
@@ -1297,13 +1274,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:240
+#: en/lb_config.1:238
 #, no-wrap
 msgid "B<--apt-http-proxy> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:242
+#: en/lb_config.1:240
 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 "
@@ -1311,26 +1288,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:242
+#: en/lb_config.1:240
 #, no-wrap
 msgid "B<--apt-indices> true|false|none"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:244
+#: en/lb_config.1:242
 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:244
+#: en/lb_config.1:242
 #, no-wrap
 msgid "B<--apt-options> I<OPTION>|\"I<OPTIONS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:246
+#: en/lb_config.1:244
 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 "
@@ -1338,13 +1315,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:246
+#: en/lb_config.1:244
 #, no-wrap
 msgid "B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:248
+#: en/lb_config.1:246
 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 "
@@ -1352,13 +1329,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:248
+#: en/lb_config.1:246
 #, no-wrap
 msgid "B<--apt-pipeline> I<DEPTH>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:250
+#: en/lb_config.1:248
 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 "
@@ -1370,38 +1347,38 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:250
+#: en/lb_config.1:248
 #, no-wrap
 msgid "B<--apt-recommends> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:252
+#: en/lb_config.1:250
 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:252
+#: en/lb_config.1:250
 #, no-wrap
 msgid "B<--apt-secure> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:254
+#: en/lb_config.1:252
 msgid ""
 "defines if apt should check repository signatures. This is true by default."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:254
+#: en/lb_config.1:252
 #, no-wrap
 msgid "-a|B<--architectures> I<ARCHITECTURE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:256
+#: en/lb_config.1:254
 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 "
@@ -1412,13 +1389,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:256
+#: en/lb_config.1:254
 #, no-wrap
 msgid "-b|B<--binary-images> iso|iso-hybrid|net|tar|usb-hdd"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:258
+#: en/lb_config.1:256
 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-"
@@ -1426,13 +1403,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:258
+#: en/lb_config.1:256
 #, no-wrap
 msgid "B<--binary-filesystem> fat16|fat32|ext2"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:260
+#: en/lb_config.1:258
 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 "
@@ -1445,24 +1422,24 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:260
+#: en/lb_config.1:258
 #, no-wrap
 msgid "B<--bootappend-install> I<PARAMETER>|\"I<PARAMETERS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:262
+#: en/lb_config.1:260
 msgid "sets boot parameters specific to debian-installer, if included."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:262
+#: en/lb_config.1:260
 #, no-wrap
 msgid "B<--bootappend-live> I<PARAMETER>|\"I<PARAMETERS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:264
+#: en/lb_config.1:262
 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 "
@@ -1471,13 +1448,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:264
+#: en/lb_config.1:262
 #, no-wrap
 msgid "B<--bootloader> grub|syslinux|yaboot"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:266
+#: en/lb_config.1:264
 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 "
@@ -1490,13 +1467,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:266
+#: en/lb_config.1:264
 #, no-wrap
 msgid "B<--bootstrap> cdebootstrap|cdebootstrap-static|debootstrap|copy"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:268
+#: en/lb_config.1:266
 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 "
@@ -1506,13 +1483,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:268
+#: en/lb_config.1:266
 #, no-wrap
 msgid "B<--bootstrap-config> I<FILE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:270
+#: en/lb_config.1:268
 msgid ""
 "sets a custom configuration file for the boostrap programm of choice and is "
 "empty by default. Refere to the documentation of debootstrap or cdebootstrap "
@@ -1521,13 +1498,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:270
+#: en/lb_config.1:268
 #, no-wrap
 msgid "-f|B<--bootstrap-flavour> minimal|standard"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:272
+#: en/lb_config.1:270
 msgid ""
 "defines if the bootstrap program should bootstrap the standard system (all "
 "packages of priority required and important, which is the default) or a "
@@ -1535,39 +1512,39 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:272
+#: en/lb_config.1:270
 #, no-wrap
 msgid "B<--bootstrap-keyring> I<PACKAGE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:274
+#: en/lb_config.1:272
 msgid ""
 "sets the archive keyring package to be used. Default is debian-archive-"
 "keyring."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:274
+#: en/lb_config.1:272
 #, no-wrap
 msgid "B<--cache> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:276
+#: en/lb_config.1:274
 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:276
+#: en/lb_config.1:274
 #, no-wrap
 msgid "B<--cache-indices> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:278
+#: en/lb_config.1:276
 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 "
@@ -1575,13 +1552,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:278
+#: en/lb_config.1:276
 #, no-wrap
 msgid "B<--cache-packages> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:280
+#: en/lb_config.1:278
 msgid ""
 "defines if downloaded packages files should be cached which is true by "
 "default. Disabling it does save space consumtion in your build directory, "
@@ -1592,13 +1569,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:280
+#: en/lb_config.1:278
 #, no-wrap
 msgid "B<--cache-stages> true|false|I<STAGE>|\"I<STAGES>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:282
+#: en/lb_config.1:280
 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 "
@@ -1608,13 +1585,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:282
+#: en/lb_config.1:280
 #, no-wrap
 msgid "B<--checksums> md5|sha1|sha256|none"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:284
+#: en/lb_config.1:282
 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 "
@@ -1626,26 +1603,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:284
+#: en/lb_config.1:282
 #, no-wrap
 msgid "B<--compression> bzip2|gzip|lzip|none"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:286
+#: en/lb_config.1:284
 msgid ""
 "defines the compression program to be used to compress tarballs. Defaults to "
 "gzip."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:286
+#: en/lb_config.1:284
 #, no-wrap
 msgid "B<--build-with-chroot> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:288
+#: en/lb_config.1:286
 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. "
@@ -1660,13 +1637,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:288
+#: en/lb_config.1:286
 #, no-wrap
 msgid "B<--chroot-filesystem> ext2|ext3|squashfs|plain|jffs2"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:290
+#: en/lb_config.1:288
 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 "
@@ -1677,39 +1654,39 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:290
+#: en/lb_config.1:288
 #, no-wrap
 msgid "B<--clean>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:292
+#: en/lb_config.1:290
 msgid ""
 "minimizes config directory by automatically removing unused and thus empty "
 "subdirectories."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:292
+#: en/lb_config.1:290
 #, no-wrap
 msgid "-c|B<--conffile> I<FILE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:294
+#: en/lb_config.1:292
 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:294
+#: en/lb_config.1:292
 #, no-wrap
 msgid "B<--debconf-frontend> dialog|editor|noninteractive|readline"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:296
+#: en/lb_config.1:294
 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, "
@@ -1717,13 +1694,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:296
+#: en/lb_config.1:294
 #, no-wrap
 msgid "B<--debconf-nowarnings> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:298
+#: en/lb_config.1:296
 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 "
@@ -1731,13 +1708,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:298
+#: en/lb_config.1:296
 #, no-wrap
 msgid "B<--debconf-priority> low|medium|high|critical"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:300
+#: en/lb_config.1:298
 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 "
@@ -1746,13 +1723,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:300
+#: en/lb_config.1:298
 #, no-wrap
 msgid "B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:302
+#: en/lb_config.1:300
 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 "
@@ -1764,13 +1741,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:302
+#: en/lb_config.1:300
 #, no-wrap
 msgid "B<--debian-installer-distribution> daily|I<CODENAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:304
+#: en/lb_config.1:302
 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 "
@@ -1779,26 +1756,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:304
+#: en/lb_config.1:302
 #, no-wrap
 msgid "B<--debian-installer-preseedfile> I<FILE>|I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:306
+#: en/lb_config.1:304
 msgid ""
 "sets the filename or URL for an optionally used and included preseeding file "
 "for debian-installer."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:306
+#: en/lb_config.1:304
 #, no-wrap
 msgid "B<--debian-installer-gui> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:308
+#: en/lb_config.1:306
 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, "
@@ -1806,35 +1783,35 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:308 en/live-build.7:36
+#: en/lb_config.1:306 en/live-build.7:36
 #, no-wrap
 msgid "B<--debug>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:310
+#: en/lb_config.1:308
 msgid "turn on debugging informational messages."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:310
+#: en/lb_config.1:308
 #, no-wrap
 msgid "-d|B<--distribution> I<CODENAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:312
+#: en/lb_config.1:310
 msgid "defines the distribution of the resulting live system."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:312
+#: en/lb_config.1:310
 #, no-wrap
 msgid "B<--dump>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:314
+#: en/lb_config.1:312
 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 "
@@ -1843,26 +1820,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:314
+#: en/lb_config.1:312
 #, no-wrap
 msgid "B<--fdisk> fdisk|fdisk.dist"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:316
+#: en/lb_config.1:314
 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:316 en/live-build.7:38
+#: en/lb_config.1:314 en/live-build.7:38
 #, no-wrap
 msgid "B<--force>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:318
+#: en/lb_config.1:316
 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-"
@@ -1870,26 +1847,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:318
+#: en/lb_config.1:316
 #, no-wrap
 msgid "B<--grub-splash> I<FILE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:320
+#: en/lb_config.1:318
 msgid ""
 "defines the name of an optional to be included splash screen graphic for the "
 "grub bootloader."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:320
+#: en/lb_config.1:318
 #, no-wrap
 msgid "B<--gzip-options> I<OPTION>|\"I<OPTIONS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:322
+#: en/lb_config.1:320
 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 "
@@ -1898,13 +1875,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:322
+#: en/lb_config.1:320
 #, no-wrap
 msgid "B<--hooks> I<FILE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:324
+#: en/lb_config.1:322
 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 "
@@ -1912,24 +1889,24 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:324
+#: en/lb_config.1:322
 #, no-wrap
 msgid "B<--hostname> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:326
+#: en/lb_config.1:324
 msgid "sets the hostname of the live system."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:326
+#: en/lb_config.1:324
 #, no-wrap
 msgid "B<--ignore-system-defaults>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:328
+#: en/lb_config.1:326
 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 "
@@ -1938,13 +1915,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:328
+#: en/lb_config.1:326
 #, no-wrap
 msgid "B<--includes> I<PATH|none>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:330
+#: en/lb_config.1:328
 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. "
@@ -1953,13 +1930,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:330
+#: en/lb_config.1:328
 #, no-wrap
 msgid "B<--initramfs> auto|none|live-boot|live-initramfs|casper"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:332
+#: en/lb_config.1:330
 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 "
@@ -1970,13 +1947,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:332
+#: en/lb_config.1:330
 #, no-wrap
 msgid "B<--interactive> shell"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:334
+#: en/lb_config.1:332
 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 "
@@ -1990,24 +1967,24 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:334
+#: en/lb_config.1:332
 #, no-wrap
 msgid "B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:336
+#: en/lb_config.1:334
 msgid "defines options to pass to isohybrid."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:336
+#: en/lb_config.1:334
 #, no-wrap
 msgid "B<--iso-application> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:338
+#: en/lb_config.1:336
 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 "
@@ -2015,13 +1992,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:338
+#: en/lb_config.1:336
 #, no-wrap
 msgid "B<--iso-preparer> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:340
+#: en/lb_config.1:338
 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."
@@ -2030,13 +2007,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:340
+#: en/lb_config.1:338
 #, no-wrap
 msgid "B<--iso-publisher> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:342
+#: en/lb_config.1:340
 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-"
@@ -2045,13 +2022,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:342
+#: en/lb_config.1:340
 #, no-wrap
 msgid "B<--iso-volume> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:344
+#: en/lb_config.1:342
 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 "
@@ -2063,13 +2040,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:344
+#: en/lb_config.1:342
 #, no-wrap
 msgid "B<--jffs2-eraseblock> I<SIZE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:346
+#: en/lb_config.1:344
 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 "
@@ -2079,26 +2056,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:346
+#: en/lb_config.1:344
 #, no-wrap
 msgid "B<--keyring-packages> I<PACKAGE|\"PACKAGES>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:348
+#: en/lb_config.1:346
 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:348
+#: en/lb_config.1:346
 #, no-wrap
 msgid "-l|B<--language> I<LANGUAGE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:350
+#: en/lb_config.1:348
 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 "
@@ -2106,26 +2083,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:350
+#: en/lb_config.1:348
 #, no-wrap
 msgid "-k|B<--linux-flavours> I<FLAVOUR>|\"I<FLAVOURS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:352
+#: en/lb_config.1:350
 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:352
+#: en/lb_config.1:350
 #, no-wrap
 msgid "B<--linux-packages> \"I<PACKAGES>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:354
+#: en/lb_config.1:352
 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 "
@@ -2139,26 +2116,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:354
+#: en/lb_config.1:352
 #, no-wrap
 msgid "B<--losetup> losetup|losetup.orig"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:356
+#: en/lb_config.1:354
 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:356
+#: en/lb_config.1:354
 #, no-wrap
 msgid "B<--memtest> memtest86+|memtest86|none"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:358
+#: en/lb_config.1:356
 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 "
@@ -2166,13 +2143,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:358
+#: en/lb_config.1:356
 #, no-wrap
 msgid "-m|B<--mirror-bootstrap> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:360
+#: en/lb_config.1:358
 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 "
@@ -2180,13 +2157,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:360
+#: en/lb_config.1:358
 #, no-wrap
 msgid "B<--mirror-chroot> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:362
+#: en/lb_config.1:360
 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 "
@@ -2194,13 +2171,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:362
+#: en/lb_config.1:360
 #, no-wrap
 msgid "B<--mirror-chroot-security> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:364
+#: en/lb_config.1:362
 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 "
@@ -2208,13 +2185,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:364
+#: en/lb_config.1:362
 #, no-wrap
 msgid "B<--mirror-chroot-volatile> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:366
+#: en/lb_config.1:364
 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 "
@@ -2222,13 +2199,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:366
+#: en/lb_config.1:364
 #, no-wrap
 msgid "B<--mirror-chroot-backports> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:368
+#: en/lb_config.1:366
 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 "
@@ -2236,13 +2213,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:368
+#: en/lb_config.1:366
 #, no-wrap
 msgid "B<--mirror-binary> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:370
+#: en/lb_config.1:368
 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 "
@@ -2252,13 +2229,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:370
+#: en/lb_config.1:368
 #, no-wrap
 msgid "B<--mirror-binary-security> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:372
+#: en/lb_config.1:370
 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-"
@@ -2266,13 +2243,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:372
+#: en/lb_config.1:370
 #, no-wrap
 msgid "B<--mirror-binary-volatile> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:374
+#: en/lb_config.1:372
 msgid ""
 "sets the location of the debian volatile package mirror that should end up "
 "configured in the final image. By default, the value of --mirror-binary is "
@@ -2280,13 +2257,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:374
+#: en/lb_config.1:372
 #, no-wrap
 msgid "B<--mirror-binary-backports> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:376
+#: en/lb_config.1:374
 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/"
@@ -2294,13 +2271,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:376
+#: en/lb_config.1:374
 #, no-wrap
 msgid "B<--mirror-debian-installer> I<URL>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:378
+#: en/lb_config.1:376
 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 "
@@ -2308,52 +2285,52 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:378
+#: en/lb_config.1:376
 #, no-wrap
 msgid "B<--mode> debian|emdebian|ubuntu"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:380
+#: en/lb_config.1:378
 msgid ""
 "defines a global mode to load project specific defaults. By default this is "
 "set to debian."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:380
+#: en/lb_config.1:378
 #, no-wrap
 msgid "B<--net-root-filesystem> nfs|cfs"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:382
+#: en/lb_config.1:380
 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:382
+#: en/lb_config.1:380
 #, no-wrap
 msgid "B<--net-root-mountoptions> I<OPTIONS>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:384
+#: en/lb_config.1:382
 msgid ""
 "sets additional options for mounting the root filesystem in netboot images "
 "and is by default empty."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:384
+#: en/lb_config.1:382
 #, no-wrap
 msgid "B<--net-root-path> I<PATH>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:386
+#: en/lb_config.1:384
 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 "
@@ -2362,13 +2339,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:386
+#: en/lb_config.1:384
 #, no-wrap
 msgid "B<--net-root-server> I<IP>|I<HOSTNAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:388
+#: en/lb_config.1:386
 msgid ""
 "sets the IP or hostname that will be configured in the bootloader "
 "configuration for the root filesystem of your netboot image. This defaults "
@@ -2376,38 +2353,38 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:388
+#: en/lb_config.1:386
 #, no-wrap
 msgid "B<--net-cow-filesystem> nfs|cfs"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:390
+#: en/lb_config.1:388
 msgid ""
 "defines the filesystem type for the copy-on-write layer and defaults to nfs."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:390
+#: en/lb_config.1:388
 #, no-wrap
 msgid "B<--net-cow-mountoptions> I<OPTIONS>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:392
+#: en/lb_config.1:390
 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:392
+#: en/lb_config.1:390
 #, no-wrap
 msgid "B<--net-cow-path> I<PATH>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:394
+#: en/lb_config.1:392
 msgid ""
 "defines the path to client writable filesystem. Anywhere that "
 "I<client_mac_address> is specified in the path live-initramfs will "
@@ -2415,28 +2392,28 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:397
+#: en/lb_config.1:395
 msgid "Example:"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:399
+#: en/lb_config.1:397
 msgid "/export/hosts/client_mac_address"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:401
+#: en/lb_config.1:399
 msgid "/export/hosts/00-16-D3-33-92-E8"
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:401
+#: en/lb_config.1:399
 #, no-wrap
 msgid "B<--net-cow-server> I<IP>|I<HOSTNAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:403
+#: en/lb_config.1:401
 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 "
@@ -2444,13 +2421,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:403
+#: en/lb_config.1:401
 #, no-wrap
 msgid "B<--net-tarball> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:405
+#: en/lb_config.1:403
 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 "
@@ -2458,13 +2435,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:405
+#: en/lb_config.1:403
 #, no-wrap
 msgid "-p|B<--package-lists> I<LIST>|\"I<LISTS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:407
+#: en/lb_config.1:405
 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 "
@@ -2474,13 +2451,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:407
+#: en/lb_config.1:405
 #, no-wrap
 msgid "B<--packages> I<PACKAGE>|\"I<PACKAGES>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:409
+#: en/lb_config.1:407
 msgid ""
 "defines one or more packages to be installed in the live system. This is a "
 "quick and convenient place to add a few packages when building an image "
@@ -2489,37 +2466,37 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:409 en/live-build.7:40
+#: en/lb_config.1:407 en/live-build.7:40
 #, no-wrap
 msgid "B<--quiet>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:411
+#: en/lb_config.1:409
 msgid "reduces the verbosity of messages output by B<lb build>."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:411
+#: en/lb_config.1:409
 #, no-wrap
 msgid "-r|B<--repositories> I<REPOSITORY>|\"I<REPOSITORIES>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:413
+#: en/lb_config.1:411
 msgid ""
 "enables one of available third-party repository configurations in /usr/share/"
 "live/build/repositories."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:413
+#: en/lb_config.1:411
 #, no-wrap
 msgid "B<--root-command> sudo"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:415
+#: en/lb_config.1:413
 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, "
@@ -2527,13 +2504,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:415
+#: en/lb_config.1:413
 #, no-wrap
 msgid "B<--use-fakeroot> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:417
+#: en/lb_config.1:415
 msgid ""
 "controls if live-build should utilize fakeroot and fakechroot to try and "
 "avoid requiring root privillages where possible. By default, this option is "
@@ -2541,13 +2518,13 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:417
+#: en/lb_config.1:415
 #, no-wrap
 msgid "B<--archive-areas> I<ARCHIVE_AREA>|\"I<ARCHIVE_AREAS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:419
+#: en/lb_config.1:417
 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. "
@@ -2557,26 +2534,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:419
+#: en/lb_config.1:417
 #, no-wrap
 msgid "B<--security> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:421
+#: en/lb_config.1:419
 msgid ""
 "defines if the security repositories specified in the security mirror "
 "options should be used or not."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:421
+#: en/lb_config.1:419
 #, no-wrap
 msgid "B<--source> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:423
+#: en/lb_config.1:421
 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 "
@@ -2586,37 +2563,37 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:423
+#: en/lb_config.1:421
 #, no-wrap
 msgid "-s|B<--source-images> iso|net|tar|usb-hdd"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:425
+#: en/lb_config.1:423
 msgid "defines the image type for the source image. Default is tar."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:425
+#: en/lb_config.1:423
 #, no-wrap
 msgid "B<--syslinux-splash> I<FILE>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:427
+#: en/lb_config.1:425
 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:427
+#: en/lb_config.1:425
 #, no-wrap
 msgid "B<--syslinux-timeout> I<SECONDS>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:429
+#: en/lb_config.1:427
 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 "
@@ -2624,53 +2601,38 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:429
+#: en/lb_config.1:427
 #, no-wrap
 msgid "B<--syslinux-menu> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:431
+#: en/lb_config.1:429
 msgid ""
 "defines if syslinux should be make use of the vgamenu capabilities or not."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:431
-#, no-wrap
-msgid "B<--sysvinit> true|false"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_config.1:433
-msgid ""
-"defines if the sysvinit hack should be true or false. The sysvinit hack "
-"disables all non-essential services from starting up at bootup in order to "
-"reduce overall boottime. By default this is false and in general there you "
-"don't want to enable it."
-msgstr ""
-
-#. type: IP
-#: en/lb_config.1:433
+#: en/lb_config.1:429
 #, no-wrap
 msgid "B<--tasksel> aptitude|tasksel"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:435
+#: en/lb_config.1:431
 msgid ""
 "selects which program is used to install tasks. By default, this is set to "
 "tasksel."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:435
+#: en/lb_config.1:431
 #, no-wrap
 msgid "B<--tasks> I<TASK>|\"I<TASKS>\""
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:437
+#: en/lb_config.1:433
 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 "
@@ -2680,26 +2642,26 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:437
+#: en/lb_config.1:433
 #, no-wrap
 msgid "B<--templates> I<PATH>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:439
+#: en/lb_config.1:435
 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:439
+#: en/lb_config.1:435
 #, no-wrap
 msgid "B<--virtual-root-size> MB"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:441
+#: en/lb_config.1:437
 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 "
@@ -2707,39 +2669,39 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:441
+#: en/lb_config.1:437
 #, no-wrap
 msgid "B<--volatile> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:443
+#: en/lb_config.1:439
 msgid ""
 "defines if debian volatile package archives should be included in the image "
 "or not."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:443
+#: en/lb_config.1:439
 #, no-wrap
 msgid "B<--backports> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:445
+#: en/lb_config.1:441
 msgid ""
 "defines if debian backports package archives should be included in the image "
 "or not."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:445
+#: en/lb_config.1:441
 #, no-wrap
 msgid "B<--exposed-root> true|false"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:447
+#: en/lb_config.1:443
 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 "
@@ -2747,48 +2709,48 @@ msgid ""
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:447
+#: en/lb_config.1:443
 #, no-wrap
 msgid "B<--username> I<NAME>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:449
+#: en/lb_config.1:445
 msgid "sets the name of the account of the default user in the live system."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:449 en/live-build.7:42
+#: en/lb_config.1:445 en/live-build.7:42
 #, no-wrap
 msgid "B<--verbose>"
 msgstr ""
 
 #. type: Plain text
-#: en/lb_config.1:451
+#: en/lb_config.1:447
 msgid "increases the verbosity of messages output by B<lb build>."
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:451
+#: en/lb_config.1:447
 #, no-wrap
 msgid "B<--win32-loader true|false>"
 msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:454
+#: en/lb_config.1:450
 msgid "defines if win32-loader should be included in the binary image or not."
 msgstr ""
 
 #. type: SH
-#: en/lb_config.1:455
+#: en/lb_config.1:451
 #, no-wrap
 msgid "ENVIRONMENT"
 msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:458
+#: en/lb_config.1:454
 msgid ""
 "Currently, command line switches can also be specified through the "
 "corresponding environment variable. However, this generally should not be "
@@ -2802,20 +2764,20 @@ msgstr ""
 
 #.  FIXME
 #. type: IP
-#: en/lb_config.1:462
+#: en/lb_config.1:458
 #, no-wrap
 msgid "B<auto/config>"
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:463
+#: en/lb_config.1:459
 #, no-wrap
 msgid "B</etc/live/build.conf, /etc/live/build.d>"
 msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/lb_config.1:466
+#: en/lb_config.1:462
 msgid ""
 "An optional, global configuration file for B<lb config> variables. It is "
 "useful to specify a few system wide defaults, like LB_MIRROR_BOOTSTRAP. This "
diff --git a/manpages/pot/lb_local.1.pot b/manpages/pot/lb_local.1.pot
index 345eb68..6c4af0e 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,8 +339,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -371,14 +362,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -386,8 +376,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -409,9 +399,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -423,8 +412,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -446,22 +435,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -483,14 +471,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -498,8 +485,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -521,14 +508,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -538,8 +524,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -561,14 +547,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -576,8 +561,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -599,14 +584,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 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 "
@@ -617,8 +601,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -640,14 +624,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -655,8 +638,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -678,14 +661,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
diff --git a/manpages/pot/lb_source.1.pot b/manpages/pot/lb_source.1.pot
index 9279f97..b3f5d30 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,8 +339,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -371,14 +362,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -386,8 +376,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -409,9 +399,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -423,8 +412,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -446,22 +435,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -483,14 +471,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -498,8 +485,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -521,14 +508,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -538,8 +524,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -561,14 +547,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -576,8 +561,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -599,14 +584,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 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 "
@@ -617,8 +601,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -640,14 +624,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -655,8 +638,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -678,14 +661,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
diff --git a/manpages/pot/lb_source_checksums.1.pot b/manpages/pot/lb_source_checksums.1.pot
index e4a499f..d85a7f1 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_source_debian-live.1.pot b/manpages/pot/lb_source_debian-live.1.pot
index d6045eb..5bc1483 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_source_debian.1.pot b/manpages/pot/lb_source_debian.1.pot
index b258f0e..3b7d82e 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_source_disk.1.pot b/manpages/pot/lb_source_disk.1.pot
index f693537..5ea1a48 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_source_iso.1.pot b/manpages/pot/lb_source_iso.1.pot
index 05ff721..3acd99c 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_source_net.1.pot b/manpages/pot/lb_source_net.1.pot
index d8ad382..d4686e1 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_source_tar.1.pot b/manpages/pot/lb_source_tar.1.pot
index 39c53b5..0e92891 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_source_usb.1.pot b/manpages/pot/lb_source_usb.1.pot
index 4b397e3..488dd75 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_source_virtual-hdd.1.pot b/manpages/pot/lb_source_virtual-hdd.1.pot
index 6beb042..c485beb 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -341,8 +332,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -379,8 +369,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -402,9 +392,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -416,8 +405,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -439,22 +428,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -476,14 +464,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -491,8 +478,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -514,14 +501,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -531,8 +517,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -554,14 +540,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -569,8 +554,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -592,14 +577,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 msgid ""
 "Bugs can be reported by submitting a bugreport for the live-build package in "
 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
@@ -610,8 +594,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -633,14 +617,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -648,8 +631,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -671,14 +654,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -688,13 +670,13 @@ msgstr ""
 #. type: IP
 #: en/lb_binary_checksums.1:19 en/lb_binary_chroot.1:19
 #: en/lb_binary_debian-installer.1:19 en/lb_binary_disk.1:19
-#: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19
-#: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19
-#: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19
-#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19
-#: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19
-#: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/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_grub.1:19 en/lb_binary_grub2.1:19 en/lb_binary_includes.1:19
+#: en/lb_binary_iso.1:19 en/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
@@ -710,13 +692,12 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:239
+#: en/live-build.7:237
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
diff --git a/manpages/pot/lb_testroot.1.pot b/manpages/pot/lb_testroot.1.pot
index afaed76..29a4eec 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-01-02 00:30+0100\n"
+"POT-Creation-Date: 2011-01-02 01:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -54,13 +53,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -89,13 +87,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -124,13 +121,13 @@ msgstr ""
 #. type: TH
 #: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
 #: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/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_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
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -159,13 +155,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:3 en/lb_binary.1:3 en/lb_binary_checksums.1:3
 #: en/lb_binary_chroot.1:3 en/lb_binary_debian-installer.1:3
-#: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3
-#: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3
-#: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3
-#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3
-#: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3
-#: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/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_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
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -194,13 +189,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:6 en/lb_binary.1:6 en/lb_binary_checksums.1:6
 #: en/lb_binary_chroot.1:6 en/lb_binary_debian-installer.1:6
-#: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6
-#: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6
-#: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6
-#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6
-#: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6
-#: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/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_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
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -229,13 +223,13 @@ msgstr ""
 #. type: SH
 #: en/lb.1:11 en/lb_binary.1:9 en/lb_binary_checksums.1:9
 #: en/lb_binary_chroot.1:9 en/lb_binary_debian-installer.1:9
-#: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9
-#: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9
-#: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9
-#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9
-#: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9
-#: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/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_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
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:225 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:223 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -264,8 +257,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:16 en/lb_binary.1:14 en/lb_binary_checksums.1:14
 #: en/lb_binary_chroot.1:14 en/lb_binary_debian-installer.1:14
-#: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14
-#: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14
+#: en/lb_binary_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
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:234
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -302,8 +294,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:19 en/lb_binary.1:17 en/lb_binary_checksums.1:17
 #: en/lb_binary_chroot.1:17 en/lb_binary_debian-installer.1:17
-#: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17
-#: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17
+#: en/lb_binary_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
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:464
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 en/lb_source_iso.1:17 en/lb_source_net.1:17
 #: en/lb_source_tar.1:17 en/lb_source_usb.1:17 en/lb_source_virtual-hdd.1:17
-#: en/lb_testroot.1:21 en/live-build.7:237
+#: en/lb_testroot.1:21 en/live-build.7:235
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -348,8 +339,8 @@ 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_encryption.1:21 en/lb_binary_grub.1:21
-#: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.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
@@ -371,14 +362,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 en/lb_source_iso.1:21 en/lb_source_net.1:21
 #: en/lb_source_tar.1:21 en/lb_source_usb.1:21 en/lb_source_virtual-hdd.1:21
-#: en/lb_testroot.1:24 en/live-build.7:242
+#: en/lb_testroot.1:24 en/live-build.7:240
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -386,8 +376,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:24 en/lb_binary.1:22 en/lb_binary_checksums.1:23
 #: en/lb_binary_chroot.1:23 en/lb_binary_debian-installer.1:23
-#: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23
-#: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23
+#: en/lb_binary_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
@@ -409,9 +399,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23
 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23
 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23
-#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23
-#: en/lb_chroot_sysvinit.1:23 en/lb_chroot_tasks.1:23
-#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:473
+#: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 en/lb_chroot_tasks.1:23
+#: en/lb_chroot_upstart.1:23 en/lb_clean.1:45 en/lb_config.1:469
 #: en/lb_local.1:22 en/lb_source.1:22 en/lb_source_checksums.1:23
 #: en/lb_source_debian-live.1:23 en/lb_source_debian.1:23
 #: en/lb_source_disk.1:23 en/lb_source_iso.1:23 en/lb_source_net.1:23
@@ -423,8 +412,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:26 en/lb_binary.1:24 en/lb_binary_checksums.1:25
 #: en/lb_binary_chroot.1:25 en/lb_binary_debian-installer.1:25
-#: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25
-#: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25
+#: en/lb_binary_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
@@ -446,22 +435,21 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 en/lb_source_iso.1:25 en/lb_source_net.1:25
 #: en/lb_source_tar.1:25 en/lb_source_usb.1:25 en/lb_source_virtual-hdd.1:25
-#: en/lb_testroot.1:28 en/live-build.7:246
+#: en/lb_testroot.1:28 en/live-build.7:244
 msgid "This program is a part of live-build."
 msgstr ""
 
 #. type: SH
 #: en/lb.1:27 en/lb_binary.1:25 en/lb_binary_checksums.1:26
 #: en/lb_binary_chroot.1:26 en/lb_binary_debian-installer.1:26
-#: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26
-#: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26
+#: en/lb_binary_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
@@ -483,14 +471,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:476
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 en/lb_source_iso.1:26 en/lb_source_net.1:26
 #: en/lb_source_tar.1:26 en/lb_source_usb.1:26 en/lb_source_virtual-hdd.1:26
-#: en/lb_testroot.1:29 en/live-build.7:247
+#: en/lb_testroot.1:29 en/live-build.7:245
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -498,8 +485,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:29 en/lb_binary.1:27 en/lb_binary_checksums.1:28
 #: en/lb_binary_chroot.1:28 en/lb_binary_debian-installer.1:28
-#: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28
-#: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28
+#: en/lb_binary_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
@@ -521,14 +508,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 en/lb_source_iso.1:28 en/lb_source_net.1:28
 #: en/lb_source_tar.1:28 en/lb_source_usb.1:28 en/lb_source_virtual-hdd.1:28
-#: en/lb_testroot.1:31 en/live-build.7:249
+#: en/lb_testroot.1:31 en/live-build.7:247
 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 "
@@ -538,8 +524,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:30 en/lb_binary.1:28 en/lb_binary_checksums.1:29
 #: en/lb_binary_chroot.1:29 en/lb_binary_debian-installer.1:29
-#: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29
-#: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29
+#: en/lb_binary_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
@@ -561,14 +547,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 en/lb_source_iso.1:29 en/lb_source_net.1:29
 #: en/lb_source_tar.1:29 en/lb_source_usb.1:29 en/lb_source_virtual-hdd.1:29
-#: en/lb_testroot.1:32 en/live-build.7:250
+#: en/lb_testroot.1:32 en/live-build.7:248
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -576,8 +561,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:32 en/lb_binary.1:30 en/lb_binary_checksums.1:31
 #: en/lb_binary_chroot.1:31 en/lb_binary_debian-installer.1:31
-#: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31
-#: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31
+#: en/lb_binary_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
@@ -599,14 +584,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:481
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 en/lb_source_iso.1:31 en/lb_source_net.1:31
 #: en/lb_source_tar.1:31 en/lb_source_usb.1:31 en/lb_source_virtual-hdd.1:31
-#: en/lb_testroot.1:34 en/live-build.7:252
+#: en/lb_testroot.1:34 en/live-build.7:250
 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 "
@@ -617,8 +601,8 @@ msgstr ""
 #. type: SH
 #: en/lb.1:33 en/lb_binary.1:31 en/lb_binary_checksums.1:32
 #: en/lb_binary_chroot.1:32 en/lb_binary_debian-installer.1:32
-#: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32
-#: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32
+#: en/lb_binary_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
@@ -640,14 +624,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:482
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 en/lb_source_iso.1:32 en/lb_source_net.1:32
 #: en/lb_source_tar.1:32 en/lb_source_usb.1:32 en/lb_source_virtual-hdd.1:32
-#: en/lb_testroot.1:35 en/live-build.7:253
+#: en/lb_testroot.1:35 en/live-build.7:251
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -655,8 +638,8 @@ msgstr ""
 #. type: Plain text
 #: en/lb.1:34 en/lb_binary.1:32 en/lb_binary_checksums.1:33
 #: en/lb_binary_chroot.1:33 en/lb_binary_debian-installer.1:33
-#: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33
-#: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33
+#: en/lb_binary_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
@@ -678,14 +661,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:483
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 en/lb_source_iso.1:33 en/lb_source_net.1:33
 #: en/lb_source_tar.1:33 en/lb_source_usb.1:33 en/lb_source_virtual-hdd.1:33
-#: en/lb_testroot.1:36 en/live-build.7:254
+#: en/lb_testroot.1:36 en/live-build.7:252
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
diff --git a/manpages/pot/live-build.7.pot b/manpages/pot/live-build.7.pot
index b722e7e..19c24eb 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-01-02 00:47+0100\n"
+"POT-Creation-Date: 2011-01-02 01:12+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -40,10 +40,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -75,10 +74,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -110,10 +108,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -145,10 +142,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
 #: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
 #: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
@@ -180,10 +176,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3
 #: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3
 #: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3
-#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3
-#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3
-#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3
-#: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
+#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_tasks.1:3
+#: en/lb_chroot_upstart.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3
+#: en/lb_source.1:3 en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3
 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3
 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3
 #: en/lb_source_virtual-hdd.1:3 en/lb_testroot.1:3 en/live-build.7:3
@@ -215,10 +210,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6
 #: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6
 #: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6
-#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6
-#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6
-#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6
-#: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
+#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_tasks.1:6
+#: en/lb_chroot_upstart.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6
+#: en/lb_source.1:6 en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6
 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6
 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6
 #: en/lb_source_virtual-hdd.1:6 en/lb_testroot.1:6 en/live-build.7:6
@@ -250,10 +244,9 @@ msgstr ""
 #: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9
 #: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9
 #: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9
-#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9
-#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9
-#: en/lb_config.1:223 en/lb_local.1:9 en/lb_source.1:9
-#: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
+#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_tasks.1:9
+#: en/lb_chroot_upstart.1:9 en/lb_clean.1:9 en/lb_config.1:221 en/lb_local.1:9
+#: en/lb_source.1:9 en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9
 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9
 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9
 #: en/lb_source_virtual-hdd.1:9 en/lb_testroot.1:9 en/live-build.7:11
@@ -287,9 +280,8 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14
 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14
 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14
-#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14
-#: en/lb_chroot_sysvinit.1:14 en/lb_chroot_tasks.1:14
-#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:232
+#: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 en/lb_chroot_tasks.1:14
+#: en/lb_chroot_upstart.1:14 en/lb_clean.1:16 en/lb_config.1:230
 #: en/lb_local.1:14 en/lb_source.1:14 en/lb_source_checksums.1:14
 #: en/lb_source_debian-live.1:14 en/lb_source_debian.1:14
 #: en/lb_source_disk.1:14 en/lb_source_iso.1:14 en/lb_source_net.1:14
@@ -325,14 +317,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17
 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17
 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17
-#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17
-#: en/lb_chroot_sysvinit.1:17 en/lb_chroot_tasks.1:17
-#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:460
+#: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 en/lb_chroot_tasks.1:17
+#: en/lb_chroot_upstart.1:17 en/lb_clean.1:38 en/lb_config.1:456
 #: en/lb_local.1:17 en/lb_source.1:17 en/lb_source_checksums.1:17
 #: en/lb_source_debian-live.1:17 en/lb_source_debian.1:17
 #: en/lb_source_disk.1:17 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:235
+#: en/lb_testroot.1:21 en/live-build.7:233
 #, no-wrap
 msgid "FILES"
 msgstr ""
@@ -364,14 +355,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21
 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21
 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21
-#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21
-#: en/lb_chroot_sysvinit.1:21 en/lb_chroot_tasks.1:21
-#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:467
+#: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 en/lb_chroot_tasks.1:21
+#: en/lb_chroot_upstart.1:21 en/lb_clean.1:43 en/lb_config.1:463
 #: en/lb_local.1:20 en/lb_source.1:20 en/lb_source_checksums.1:21
 #: en/lb_source_debian-live.1:21 en/lb_source_debian.1:21
 #: en/lb_source_disk.1:21 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:240
+#: en/lb_testroot.1:24 en/live-build.7:238
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -402,14 +392,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25
 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25
 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25
-#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25
-#: en/lb_chroot_sysvinit.1:25 en/lb_chroot_tasks.1:25
-#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:471
+#: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 en/lb_chroot_tasks.1:25
+#: en/lb_chroot_upstart.1:25 en/lb_clean.1:47 en/lb_config.1:467
 #: en/lb_local.1:24 en/lb_source.1:24 en/lb_source_checksums.1:25
 #: en/lb_source_debian-live.1:25 en/lb_source_debian.1:25
 #: en/lb_source_disk.1:25 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:244
+#: en/lb_testroot.1:28 en/live-build.7:242
 msgid "This program is a part of live-build."
 msgstr ""
 
@@ -439,14 +428,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26
 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26
 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26
-#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26
-#: en/lb_chroot_sysvinit.1:26 en/lb_chroot_tasks.1:26
-#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:472
+#: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 en/lb_chroot_tasks.1:26
+#: en/lb_chroot_upstart.1:26 en/lb_clean.1:48 en/lb_config.1:468
 #: en/lb_local.1:25 en/lb_source.1:25 en/lb_source_checksums.1:26
 #: en/lb_source_debian-live.1:26 en/lb_source_debian.1:26
 #: en/lb_source_disk.1:26 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:245
+#: en/lb_testroot.1:29 en/live-build.7:243
 #, no-wrap
 msgid "HOMEPAGE"
 msgstr ""
@@ -477,14 +465,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28
 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28
 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28
-#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28
-#: en/lb_chroot_sysvinit.1:28 en/lb_chroot_tasks.1:28
-#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:474
+#: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 en/lb_chroot_tasks.1:28
+#: en/lb_chroot_upstart.1:28 en/lb_clean.1:50 en/lb_config.1:470
 #: en/lb_local.1:27 en/lb_source.1:27 en/lb_source_checksums.1:28
 #: en/lb_source_debian-live.1:28 en/lb_source_debian.1:28
 #: en/lb_source_disk.1:28 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:247
+#: en/lb_testroot.1:31 en/live-build.7:245
 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 "
@@ -517,14 +504,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29
 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29
 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29
-#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29
-#: en/lb_chroot_sysvinit.1:29 en/lb_chroot_tasks.1:29
-#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:475
+#: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 en/lb_chroot_tasks.1:29
+#: en/lb_chroot_upstart.1:29 en/lb_clean.1:51 en/lb_config.1:471
 #: en/lb_local.1:28 en/lb_source.1:28 en/lb_source_checksums.1:29
 #: en/lb_source_debian-live.1:29 en/lb_source_debian.1:29
 #: en/lb_source_disk.1:29 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:248
+#: en/lb_testroot.1:32 en/live-build.7:246
 #, no-wrap
 msgid "BUGS"
 msgstr ""
@@ -555,14 +541,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31
 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31
 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31
-#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31
-#: en/lb_chroot_sysvinit.1:31 en/lb_chroot_tasks.1:31
-#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:477
+#: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 en/lb_chroot_tasks.1:31
+#: en/lb_chroot_upstart.1:31 en/lb_clean.1:53 en/lb_config.1:473
 #: en/lb_local.1:30 en/lb_source.1:30 en/lb_source_checksums.1:31
 #: en/lb_source_debian-live.1:31 en/lb_source_debian.1:31
 #: en/lb_source_disk.1:31 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:250
+#: en/lb_testroot.1:34 en/live-build.7:248
 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 "
@@ -596,14 +581,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32
 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32
 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32
-#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32
-#: en/lb_chroot_sysvinit.1:32 en/lb_chroot_tasks.1:32
-#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:478
+#: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 en/lb_chroot_tasks.1:32
+#: en/lb_chroot_upstart.1:32 en/lb_clean.1:54 en/lb_config.1:474
 #: en/lb_local.1:31 en/lb_source.1:31 en/lb_source_checksums.1:32
 #: en/lb_source_debian-live.1:32 en/lb_source_debian.1:32
 #: en/lb_source_disk.1:32 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:251
+#: en/lb_testroot.1:35 en/live-build.7:249
 #, no-wrap
 msgid "AUTHOR"
 msgstr ""
@@ -634,14 +618,13 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33
 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33
 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33
-#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33
-#: en/lb_chroot_sysvinit.1:33 en/lb_chroot_tasks.1:33
-#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:479
+#: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 en/lb_chroot_tasks.1:33
+#: en/lb_chroot_upstart.1:33 en/lb_clean.1:55 en/lb_config.1:475
 #: en/lb_local.1:32 en/lb_source.1:32 en/lb_source_checksums.1:33
 #: en/lb_source_debian-live.1:33 en/lb_source_debian.1:33
 #: en/lb_source_disk.1:33 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:252
+#: en/lb_testroot.1:36 en/live-build.7:250
 msgid ""
 "live-build was written by Daniel Baumann E<lt>I<daniel at debian.org>E<gt> for "
 "the Debian project."
@@ -673,37 +656,36 @@ msgstr ""
 #: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19
 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19
 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19
-#: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19
-#: en/lb_chroot_sysvinit.1:19 en/lb_chroot_tasks.1:19
+#: en/lb_chroot_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
-#: en/live-build.7:237
+#: en/live-build.7:235
 #, no-wrap
 msgid "B<n/a>"
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:308 en/live-build.7:36
+#: en/lb_config.1:306 en/live-build.7:36
 #, no-wrap
 msgid "B<--debug>"
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:316 en/live-build.7:38
+#: en/lb_config.1:314 en/live-build.7:38
 #, no-wrap
 msgid "B<--force>"
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:409 en/live-build.7:40
+#: en/lb_config.1:407 en/live-build.7:40
 #, no-wrap
 msgid "B<--quiet>"
 msgstr ""
 
 #. type: IP
-#: en/lb_config.1:449 en/live-build.7:42
+#: en/lb_config.1:445 en/live-build.7:42
 #, no-wrap
 msgid "B<--verbose>"
 msgstr ""
@@ -1380,405 +1362,394 @@ msgstr ""
 #. type: IP
 #: en/live-build.7:148
 #, no-wrap
-msgid "B<lb_chroot_sysvinit>(1)"
-msgstr ""
-
-#. type: Plain text
-#: en/live-build.7:150
-msgid "configure sysvinit"
-msgstr ""
-
-#. type: IP
-#: en/live-build.7:150
-#, no-wrap
 msgid "B<lb_chroot_sysv-rc>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:152
+#: en/live-build.7:150
 msgid "manage /usr/sbin/policy-rc.d"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:152
+#: en/live-build.7:150
 #, no-wrap
 msgid "B<lb_chroot_tasks>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:154
+#: en/live-build.7:152
 msgid "install tasks into chroot"
 msgstr ""
 
 #. type: SS
-#: en/live-build.7:154
+#: en/live-build.7:152
 #, no-wrap
 msgid "Binary commands"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:155
+#: en/live-build.7:153
 #, no-wrap
 msgid "B<lb_binary_chroot>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:157
+#: en/live-build.7:155
 msgid "copy chroot into chroot"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:157
+#: en/live-build.7:155
 #, no-wrap
 msgid "B<lb_binary_debian-installer>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:159
+#: en/live-build.7:157
 msgid "install debian-installer into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:159
+#: en/live-build.7:157
 #, no-wrap
 msgid "B<lb_binary_disk>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:161
+#: en/live-build.7:159
 msgid "install disk information into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:161
+#: en/live-build.7:159
 #, no-wrap
 msgid "B<lb_binary_grub>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:163
+#: en/live-build.7:161
 msgid "installs grub into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:163
+#: en/live-build.7:161
 #, no-wrap
 msgid "B<lb_binary_grub2>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:165
+#: en/live-build.7:163
 msgid "installs grub2 into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:165
+#: en/live-build.7:163
 #, no-wrap
 msgid "B<lb_binary_includes>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:167 en/live-build.7:175
+#: en/live-build.7:165 en/live-build.7:173
 msgid "copy files into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:167
+#: en/live-build.7:165
 #, no-wrap
 msgid "B<lb_binary_iso>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:169
+#: en/live-build.7:167
 msgid "build iso binary image"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:169
+#: en/live-build.7:167
 #, no-wrap
 msgid "B<lb_binary_linux-image>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:171
+#: en/live-build.7:169
 msgid "install linux-image into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:171
+#: en/live-build.7:169
 #, no-wrap
 msgid "B<lb_binary_local-hooks>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:173
+#: en/live-build.7:171
 msgid "execute local hooks in binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:173
+#: en/live-build.7:171
 #, no-wrap
 msgid "B<lb_binary_local-includes>(1)"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:175
+#: en/live-build.7:173
 #, no-wrap
 msgid "B<lb_binary_local-packagelists>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:177
+#: en/live-build.7:175
 msgid "install local package lists into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:177
+#: en/live-build.7:175
 #, no-wrap
 msgid "B<lb_binary_manifest>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:179
+#: en/live-build.7:177
 msgid "create manifest"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:179
+#: en/live-build.7:177
 #, no-wrap
 msgid "B<lb_binary_checksums>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:181
+#: en/live-build.7:179
 msgid "create binary checksums (md5, sha1, and/or sha256)"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:181
+#: en/live-build.7:179
 #, no-wrap
 msgid "B<lb_binary_memtest>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:183
+#: en/live-build.7:181
 msgid "installs a memtest into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:183
+#: en/live-build.7:181
 #, no-wrap
 msgid "B<lb_binary_net>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:185
+#: en/live-build.7:183
 msgid "build netboot binary image"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:185
+#: en/live-build.7:183
 #, no-wrap
 msgid "B<lb_binary_rootfs>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:187
+#: en/live-build.7:185
 msgid "build rootfs image"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:187
+#: en/live-build.7:185
 #, no-wrap
 msgid "B<lb_binary_silo>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:189
+#: en/live-build.7:187
 msgid "installs silo into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:189
+#: en/live-build.7:187
 #, no-wrap
 msgid "B<lb_binary_syslinux>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:191
+#: en/live-build.7:189
 msgid "installs syslinux into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:191
+#: en/live-build.7:189
 #, no-wrap
 msgid "B<lb_binary_tar>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:193
+#: en/live-build.7:191
 msgid "build harddisk binary image"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:193
+#: en/live-build.7:191
 #, no-wrap
 msgid "B<lb_binary_usb>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:195
+#: en/live-build.7:193
 msgid "build binary usb-hdd image"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:195
+#: en/live-build.7:193
 #, no-wrap
 msgid "B<lb_binary_virtual-hdd>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:197
+#: en/live-build.7:195
 msgid "build binary virtual-hdd image"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:197
+#: en/live-build.7:195
 #, no-wrap
 msgid "B<lb_binary_win32-loader>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:199
+#: en/live-build.7:197
 msgid "installs win32-loader into binary"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:199
+#: en/live-build.7:197
 #, no-wrap
 msgid "B<lb_binary_yaboot>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:201
+#: en/live-build.7:199
 msgid "installs yaboot into binary"
 msgstr ""
 
 #. type: SS
-#: en/live-build.7:201
+#: en/live-build.7:199
 #, no-wrap
 msgid "Source commands"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:202
+#: en/live-build.7:200
 #, no-wrap
 msgid "B<lb_source_debian>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:204
+#: en/live-build.7:202
 msgid "download sources"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:204
+#: en/live-build.7:202
 #, no-wrap
 msgid "B<lb_source_debian-live>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:206
+#: en/live-build.7:204
 msgid "copy debian-live config into source"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:206
+#: en/live-build.7:204
 #, no-wrap
 msgid "B<lb_source_disk>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:208
+#: en/live-build.7:206
 msgid "install disk information into source"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:208
+#: en/live-build.7:206
 #, no-wrap
 msgid "B<lb_source_iso>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:210
+#: en/live-build.7:208
 msgid "build iso source image"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:210
+#: en/live-build.7:208
 #, no-wrap
 msgid "B<lb_source_checksums>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:212
+#: en/live-build.7:210
 msgid "create source checksums (md5, sha1, and/or sha256)"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:212
+#: en/live-build.7:210
 #, no-wrap
 msgid "B<lb_source_net>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:214
+#: en/live-build.7:212
 msgid "build source net image"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:214
+#: en/live-build.7:212
 #, no-wrap
 msgid "B<lb_source_tar>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:216
+#: en/live-build.7:214
 msgid "build source tarball"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:216
+#: en/live-build.7:214
 #, no-wrap
 msgid "B<lb_source_usb>(1)"
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:218
+#: en/live-build.7:216
 msgid "build source usb-hdd image"
 msgstr ""
 
 #. type: IP
-#: en/live-build.7:218
+#: en/live-build.7:216
 #, no-wrap
 msgid "B<lb_source_virtual-hdd>(1)"
 msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/live-build.7:221
+#: en/live-build.7:219
 msgid "build source virtual-hdd image"
 msgstr ""
 
 #. type: SH
-#: en/live-build.7:222
+#: en/live-build.7:220
 #, no-wrap
 msgid "CONFIG FILES"
 msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/live-build.7:225
+#: en/live-build.7:223
 msgid ""
 "Many live-build commands make use of files in the I<config/> directory to "
 "control what they do. Besides the common I<config/common>, which is used by "
@@ -1790,7 +1761,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:227
+#: en/live-build.7:225
 msgid ""
 "For example, lb_bootstrap_debootstrap uses files named config/bootstrap and "
 "config/bootstrap_debootstrap to read the options it will use. See the man "
@@ -1801,7 +1772,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:229
+#: en/live-build.7:227
 msgid ""
 "Note that live-build will respect environment variables which are present in "
 "the context of the shell it is running. If variables can be read from config "
@@ -1812,7 +1783,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:231
+#: en/live-build.7:229
 msgid ""
 "In some rare cases, you may want to have different versions of these files "
 "for different architectures or distributions. If files named config/stage."
@@ -1825,7 +1796,7 @@ msgstr ""
 
 #.  FIXME
 #. type: Plain text
-#: en/live-build.7:234
+#: en/live-build.7:232
 msgid ""
 "All config files are shell scripts which are sourced by a live-build "
 "program. That means they have to follow the normal shell syntax. You can "
@@ -1833,6 +1804,6 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/live-build.7:242
+#: en/live-build.7:240
 msgid "I<live-initramfs>(7)"
 msgstr ""
diff --git a/scripts/build/lb_chroot b/scripts/build/lb_chroot
index 1dff0bd..5c9fd61 100755
--- a/scripts/build/lb_chroot
+++ b/scripts/build/lb_chroot
@@ -64,7 +64,6 @@ lb chroot_install-packages ${*}
 lb chroot_localization ${*}
 lb chroot_local-includes ${*}
 lb chroot_local-patches ${*}
-lb chroot_sysvinit ${*}
 lb chroot_local-hooks ${*}
 lb chroot_hooks ${*}
 lb chroot_hacks ${*}
diff --git a/scripts/build/lb_chroot_sysvinit b/scripts/build/lb_chroot_sysvinit
deleted file mode 100755
index d4dc0a4..0000000
--- a/scripts/build/lb_chroot_sysvinit
+++ /dev/null
@@ -1,61 +0,0 @@
-#!/bin/sh
-
-## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
-##
-## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
-## This is free software, and you are welcome to redistribute it
-## under certain conditions; see COPYING for details.
-
-
-set -e
-
-# Including common functions
-. "${LB_BASE:-/usr/share/live/build}"/scripts/build.sh
-
-# Setting static variables
-DESCRIPTION="$(Echo 'configure sysvinit')"
-HELP=""
-USAGE="${PROGRAM} [--force]"
-
-Arguments "${@}"
-
-# Reading configuration files
-Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source
-Set_defaults
-
-Echo_message "Configuring package sysvinit"
-
-# Requiring stage file
-Require_stagefile .stage/config .stage/bootstrap
-
-# Checking stage file
-Check_stagefile .stage/chroot_sysvinit
-
-# Checking lock file
-Check_lockfile .lock
-
-# Creating lock file
-Create_lockfile .lock
-
-if [ "${LB_SYSVINIT}" = "true" ]
-then
-	# Disable all
-	for FILE in chroot/etc/init.d/*
-	do
-		Chroot chroot "update-rc.d -f $(basename ${FILE}) remove"
-	done
-
-	# Re-enable all required (taken from -f standard chroot)
-	for PACKAGE in ${LB_INITRAMFS} console-common cron dpkg ifupdown initscripts kbd klogd libc6 libdevmapper1.02 libselinux1 libsepol1 login makedev module-init-tools netbase openbsd-inetd procps sudo sysklogd udev util-linux
-	do
-		if [ -f chroot/var/lib/dpkg/info/${PACKAGE}.postinst ]
-		then
-			# Re-configure if existing
-			Chroot chroot "/var/lib/dpkg/info/${PACKAGE}.postinst configure"
-		fi
-	done
-
-	# Creating stage file
-	Create_stagefile .stage/chroot_sysvinit
-fi
diff --git a/scripts/build/lb_config b/scripts/build/lb_config
index ad80596..484b3a3 100755
--- a/scripts/build/lb_config
+++ b/scripts/build/lb_config
@@ -121,7 +121,6 @@ USAGE="${PROGRAM}   [--apt apt|aptitude]\n\
 \t    [--source true|false]\n\
 \t    [-s|--source-images iso|net|tar|usb-hdd]\n\
 \t    [--syslinux-theme THEME_SUFFIX]\n\
-\t    [--sysvinit true|false]\n\
 \t    [--tasksel aptitude|tasksel]\n\
 \t    [--tasks TASK|\"TASKS\"]\n\
 \t    [--templates PATH]\n\
@@ -143,7 +142,7 @@ Local_arguments ()
 		distribution:,mirror-bootstrap:,mirror-chroot:,mirror-chroot-security:,mirror-chroot-volatile:,mirror-chroot-backports:,mirror-binary:,
 		mirror-binary-security:,mirror-binary-volatile:,mirror-binary-backports:,mirror-debian-installer:,archive-areas:,chroot-filesystem:,exposed-root:,virtual-root-size:,
 		gzip-options:,hooks:,interactive:,keyring-packages:,language:,linux-flavours:,linux-packages:,
-		packages:,package-lists:,tasks:,security:,volatile:,backports:,sysvinit:,binary-filesystem:,binary-images:,
+		packages:,package-lists:,tasks:,security:,volatile:,backports:,binary-filesystem:,binary-images:,
 		apt-indices:,bootappend-install:,bootappend-live:,bootloader:,checksums:,compression:,build-with-chroot:,
 		debian-installer:,debian-installer-distribution:,debian-installer-preseedfile:,debian-installer-gui:,
 		grub-splash:,hostname:,isohybrid-options:,iso-application:,iso-preparer:,iso-publisher:,
@@ -519,11 +518,6 @@ Local_arguments ()
 				shift 2
 				;;
 
-			--sysvinit)
-				LB_SYSVINIT="${2}"
-				shift 2
-				;;
-
 			# config/binary
 			--binary-filesystem)
 				LB_BINARY_FILESYSTEM="${2}"
@@ -1094,10 +1088,6 @@ LB_VOLATILE="${LB_VOLATILE}"
 # \$LB_BACKPORTS: enable backports updates
 # (Default: ${LB_BACKPORTS})
 LB_BACKPORTS="${LB_BACKPORTS}"
-
-# \$LB_SYSVINIT: enable sysvinit
-# (Default: ${LB_SYSVINIT})
-LB_SYSVINIT="${LB_SYSVINIT}"
 EOF
 
 # Creating lb_binary_* configuration
diff --git a/templates/cgi/debian-official/build.html b/templates/cgi/debian-official/build.html
index 0b1cd25..cb3252f 100644
--- a/templates/cgi/debian-official/build.html
+++ b/templates/cgi/debian-official/build.html
@@ -36,7 +36,6 @@
 	<tr><td>--chroot-fileystem: </td><td>LB_CHROOT_FILESYSTEM</td></tr>
 	<tr><td>--linux-flavours: </td><td>LB_LINUX_FLAVOURS</td></tr>
 	<tr><td>--security: </td><td>LB_SECURITY</td></tr>
-	<tr><td>--sysvinit: </td><td>LB_SYSVINIT</td></tr>
 </table>
 
 <b>Advanced binary options</b>
diff --git a/templates/cgi/debian-official/form.html b/templates/cgi/debian-official/form.html
index f4dd8ac..8ed1bc1 100644
--- a/templates/cgi/debian-official/form.html
+++ b/templates/cgi/debian-official/form.html
@@ -179,15 +179,6 @@
 				</select>
 			</td>
 		</tr>
-		<tr>
-			<td><label for="Sysvinit">--sysvinit:</label> </td>
-			<td>
-				<select id="Sysvinit" name="sysvinit" size="1">
-					<option value="true">true</option>
-					<option selected value="false">false</option>
-				</select>
-			</td>
-		</tr>
 	</table>
 </div>
 
diff --git a/templates/cgi/debian-unofficial/build.html b/templates/cgi/debian-unofficial/build.html
index bd51f42..843f44f 100644
--- a/templates/cgi/debian-unofficial/build.html
+++ b/templates/cgi/debian-unofficial/build.html
@@ -36,7 +36,6 @@
 	<tr><td>--chroot-fileystem: </td><td>LB_CHROOT_FILESYSTEM</td></tr>
 	<tr><td>--linux-flavours: </td><td>LB_LINUX_FLAVOURS</td></tr>
 	<tr><td>--security: </td><td>LB_SECURITY</td></tr>
-	<tr><td>--sysvinit: </td><td>LB_SYSVINIT</td></tr>
 </table>
 
 <b>Advanced binary options</b>
diff --git a/templates/cgi/debian-unofficial/form.html b/templates/cgi/debian-unofficial/form.html
index 273faf8..b045a35 100644
--- a/templates/cgi/debian-unofficial/form.html
+++ b/templates/cgi/debian-unofficial/form.html
@@ -178,15 +178,6 @@
 				</select>
 			</td>
 		</tr>
-		<tr>
-			<td><label for="Sysvinit">--sysvinit:</label> </td>
-			<td>
-				<select id="Sysvinit" name="sysvinit" size="1">
-					<option value="true">true</option>
-					<option selected value="false">false</option>
-				</select>
-			</td>
-		</tr>
 	</table>
 </div>
 

-- 
live-build



More information about the debian-live-changes mailing list