[SCM] live-build branch, upstream, updated. upstream/2.0.12-12-gc255cc2
Daniel Baumann
daniel at debian.org
Wed Mar 9 17:16:45 UTC 2011
The following commit has been merged in the upstream branch:
commit df77cc9411ea23141c9fdb0357acb286678f2ce4
Author: Daniel Baumann <daniel at debian.org>
Date: Wed Mar 9 18:09:22 2011 +0100
Adding upstream version 3.0~a11.
diff --git a/VERSION b/VERSION
index bf14168..2e25043 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0~a10
+3.0~a11
diff --git a/cgi/cgi b/cgi/cgi
index 40675c3..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)
@@ -88,7 +87,6 @@ else
LB_BOOTAPPEND_LIVE=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])bootappend_live=[-0-9a-zA-Z. _+=:/]+' | cut -f2- -d '=' | head -n1)
LB_BOOTLOADER=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])bootloader=[a-z]+' | cut -f 2 -d '=' | head -n1)
LB_DEBIAN_INSTALLER=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])debian_installer=[a-z]+' | cut -f 2 -d '=' | head -n1)
- LB_ENCRYPTION=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])encryption=[0-9a-z]+' | cut -f 2 -d '=' | head -n1)
LB_ISO_APPLICATION=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])iso_application=[-0-9a-zA-Z. ~;:/_]+' | cut -f 2 -d '=' | head -n1)
LB_ISO_PREPARER=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])iso_preparer=[-0-9a-zA-Z. ~;:/_]+' | cut -f 2 -d '=' | head -n1)
LB_ISO_PUBLISHER=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])iso_publisher=[-0-9a-zA-Z. ~;:/_@]+' | cut -f 2 -d '=' | head -n1)
@@ -144,13 +142,11 @@ 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}#" \
-e "s/LB_BOOTLOADER/${LB_BOOTLOADER}/" \
-e "s/LB_DEBIAN_INSTALLER/${LB_DEBIAN_INSTALLER}/" \
- -e "s/LB_ENCRYPTION/${LB_ENCRYPTION}/" \
-e "s#LB_ISO_APPLICATION#${LB_ISO_APPLICATION}#" \
-e "s#LB_ISO_PREPARER#${LB_ISO_PREPARER}#" \
-e "s#LB_ISO_PUBLISHER#${LB_ISO_PUBLISHER}#" \
@@ -196,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}"
@@ -204,7 +199,6 @@ LB_BOOTAPPEND_INSTALL="${LB_BOOTAPPEND_INSTALL}"
LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE}"
LB_BOOTLOADER="${LB_BOOTLOADER}"
LB_DEBIAN_INSTALLER="${LB_DEBIAN_INSTALLER}"
-LB_ENCRYPTION="${LB_ENCRYPTION}"
LB_ISO_APPLICATION="${LB_ISO_APPLICATION}"
LB_ISO_PREPARER="${LB_ISO_PREPARER}"
LB_ISO_PUBLISHER="${LB_ISO_PUBLISHER}"
@@ -226,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}|encryption ${LB_ENCRYPTION}|iso_application ${LB_ISO_APPLICATION}|iso_preparer ${LB_ISO_PREPARER}|iso_publisher ${LB_ISO_PUBLISHER}|iso_volume ${LB_ISO_VOLUME}|memtest ${LB_MEMTEST}|net_path ${LB_
NET_ROOT_PATH}|net_server ${LB_NET_ROOT_SERVER}|source_images ${LB_SOURCE_IMAGES}|source ${LB_SOURCE}|custom_bootstrap ${_CUSTOM_BOOTSTRAP}|custom_binary ${_CUSTOM_BINARY}\n" >> /var/log/live
+ echo "$(date +%b\ %d\ %H:%M:%S) ${HOSTNAME} live-build.cgi: options ${_BUILD} |email ${_EMAIL}|binary_images ${LB_BINARY_IMAGES}|distribution ${LB_DISTRIBUTION}|package_lists ${LB_PACKAGE_LISTS}|tasks ${LB_TASKS}|packages ${LB_PACKAGES}|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_losetup-lukshome.sh b/examples/hooks/all_chroot_losetup-lukshome.sh
index 95d3c05..f8492d7 100755
--- a/examples/hooks/all_chroot_losetup-lukshome.sh
+++ b/examples/hooks/all_chroot_losetup-lukshome.sh
@@ -28,7 +28,7 @@
# umounted.
#
# /usr/share/initramfs-tools/scripts/live-bottom/13live_luks_home
-# a live-initramfs hook to execute lukshome.sh script
+# a live-boot hook to execute lukshome.sh script
# in initrd.
#
#
@@ -300,7 +300,7 @@ echo "I: creating script /usr/local/sbin/lukshome.sh"
cat > /usr/local/sbin/lukshome.sh << 'EOF'
#!/bin/sh
-# this script is to be executed by a hook in live-initramfs. It searches
+# this script is to be executed by a hook in live-boot. It searches
# for a partition with 'lukshome' label, mounts it as /luks-home, then opens an
# encrypted disk image file called luks-home.img as a loopback device, opens it
# with cryptsetup and finally mounts the present filesystem as /home.
@@ -333,27 +333,7 @@ do
esac
done
-# search for a partition labeled "lukshome" or $LUKSPART
-for sysblock in $(echo /sys/block/* | tr ' ' '\n' | grep -v loop | grep -v ram | grep -v fd)
-do
- for dev in $(subdevices "${sysblock}")
- do
- devname=$(sys2dev "${dev}")
- # find partition name and filesystem type
- if [ "$(/lib/udev/vol_id -l ${devname} 2>/dev/null)" = "${LUKSPART}" ]
- then
- # found one partition with correct label
- CRYPTHOME="${devname}"
- # don't search further
- break
- fi
- done
- # if already found, don't search further
- if [ -n "${CRYPTHOME}" ]
- then
- break
- fi
-done
+CRYPTHOME=$(/sbin/blkid -L ${LUKSPART})
# if no partition found, exit
if [ -z "${CRYPTHOME}" ]
@@ -439,7 +419,7 @@ esac
. /scripts/live-functions
-# live-initramfs hook to use an disk image file with encrypted filesystem as /home.
+# live-boot hook to use an disk image file with encrypted filesystem as /home.
log_begin_msg "Executing losetup-lukshome"
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/common.sh b/functions/common.sh
index 88c51c1..ca579be 100755
--- a/functions/common.sh
+++ b/functions/common.sh
@@ -8,8 +8,8 @@
## under certain conditions; see COPYING for details.
-PACKAGE="live-build"
-VERSION="3.0~a10-1"
+PROGRAM="live-build"
+VERSION="3.0~a11-1"
CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')"
PATH="${PWD}/auto/scripts:${PATH}"
diff --git a/functions/defaults.sh b/functions/defaults.sh
index b16d992..cb71ce5 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -14,57 +14,52 @@ Set_defaults ()
LB_BASE="${LB_BASE:-/usr/share/live/build}"
- # Setting mode
- if [ -z "${LB_MODE}" ]
- then
- LB_MODE="debian"
- fi
+ # Setting mode (currently: debian, emdebian, progress, and ubuntu)
+ LB_MODE="${LB_MODE:-debian}"
# Setting distribution name
- if [ -z "${LB_DISTRIBUTION}" ]
- then
- case "${LB_MODE}" in
- debian|debian-release)
- LB_DISTRIBUTION="squeeze"
- ;;
+ case "${LB_MODE}" in
+ progress)
+ LB_DISTRIBUTION="${LB_DISTRIBUTION:-artax}"
+ ;;
- emdebian)
- LB_DISTRIBUTION="sid"
- ;;
+ ubuntu)
+ LB_DISTRIBUTION="${LB_DISTRIBUTION:-karmic}"
+ ;;
- ubuntu)
- LB_DISTRIBUTION="karmic"
- ;;
- esac
- fi
+ *)
+ LB_DISTRIBUTION="${LB_DISTRIBUTION:-squeeze}"
+ ;;
+ esac
+
+ case "${LB_MODE}" in
+ progress)
+ case "${LB_DISTRIBUTION}" in
+ artax|artax-backports)
+ LB_PARENT_DISTRIBUTION="${LB_PARENT_DISTRIBUTION:-squeeze}"
+ ;;
+
+ baureo)
+ LB_PARENT_DISTRIBUTION="${LB_PARENT_DISTRIBUTION:-sid}"
+ ;;
+ esac
+ ;;
+
+ *)
+ LB_PARENT_DISTRIBUTION="${LB_PARENT_DISTRIBUTION:-${LB_DISTRIBUTION}}"
+ ;;
+ esac
# Setting package manager
LB_APT="${LB_APT:-apt}"
# Setting apt ftp proxy
- if [ -z "${LB_APT_FTP_PROXY}" ] && [ -n "${ftp_proxy}" ]
- then
- LB_APT_FTP_PROXY="${ftp_proxy}"
- else
- if [ -n "${LB_APT_FTP_PROXY}" ] && [ "${LB_APT_FTP_PROXY}" != "${ftp_proxy}" ]
- then
- ftp_proxy="${LB_APT_FTP_PROXY}"
- fi
- fi
+ LB_APT_FTP_PROXY="${LB_APT_FTP_PROXY:-${ftp_proxy}}"
+ ftp_proxy="${ftp_proxy:-${LB_APT_FTP_PROXY}}"
# Setting apt http proxy
- if [ -z "${LB_APT_HTTP_PROXY}" ] && [ -n "${http_proxy}" ]
- then
- LB_APT_HTTP_PROXY="${http_proxy}"
- else
- if [ -n "${LB_APT_HTTP_PROXY}" ] && [ "${LB_APT_HTTP_PROXY}" != "${http_proxy}" ]
- then
- http_proxy="${LB_APT_HTTP_PROXY}"
- fi
- fi
-
- # Setting apt pdiffs
- LB_APT_PDIFFS="${LB_APT_PDIFFS:-true}"
+ LB_APT_HTTP_PROXY="${LB_APT_HTTP_PROXY:-${http_proxy}}"
+ http_proxy="${http_proxy:-${LB_APT_HTTP_PROXY}}"
# Setting apt pipeline
# LB_APT_PIPELINE
@@ -72,6 +67,8 @@ Set_defaults ()
APT_OPTIONS="${APT_OPTIONS:---yes}"
APTITUDE_OPTIONS="${APTITUDE_OPTIONS:---assume-yes}"
+ BZIP2_OPTIONS="${BZIP2_OPTIONS:---best}"
+
GZIP_OPTIONS="${GZIP_OPTIONS:---best}"
if gzip --help | grep -qs "\-\-rsyncable"
@@ -79,14 +76,16 @@ Set_defaults ()
GZIP_OPTIONS="$(echo ${GZIP_OPTIONS} | sed -e 's|--rsyncable||') --rsyncable"
fi
+ LZIP_OPTIONS="${LZIP_OPTIONS:---best}"
+
# Setting apt recommends
case "${LB_MODE}" in
- debian|debian-release|ubuntu)
- LB_APT_RECOMMENDS="${LB_APT_RECOMMENDS:-true}"
+ emdebian|progress)
+ LB_APT_RECOMMENDS="${LB_APT_RECOMMENDS:-false}"
;;
- emdebian)
- LB_APT_RECOMMENDS="${LB_APT_RECOMMENDS:-false}"
+ *)
+ LB_APT_RECOMMENDS="${LB_APT_RECOMMENDS:-true}"
;;
esac
@@ -130,31 +129,23 @@ Set_defaults ()
esac
# Setting initramfs hook
- if [ -z "${LB_INITRAMFS}" ]
- then
- LB_INITRAMFS="auto"
- else
- if [ "${LB_INITRAMFS}" = "auto" ]
- then
+ case "${LB_INITRAMFS}" in
+ auto)
case "${LB_MODE}" in
ubuntu)
LB_INITRAMFS="casper"
;;
*)
- case "${LB_DISTRIBUTION}" in
- wheezy)
- LB_INITRAMFS="live-boot"
- ;;
-
- *)
- LB_INITRAMFS="live-initramfs"
- ;;
- esac
+ LB_INITRAMFS="live-boot"
;;
esac
- fi
- fi
+ ;;
+
+ *)
+ LB_INITRAMFS="${LB_INITRAMFS:-auto}"
+ ;;
+ esac
# Setting fdisk
if [ -z "${LB_FDISK}" ] || [ ! -x "${LB_FDISK}" ]
@@ -205,34 +196,25 @@ Set_defaults ()
LB_TASKSEL="${LB_TASKSEL:-tasksel}"
# Setting root directory
- if [ -z "${LB_ROOT}" ]
- then
- case "${LB_MODE}" in
- debian|debian-release)
- LB_ROOT="debian-live"
- ;;
+ case "${LB_MODE}" in
+ debian)
+ LB_ROOT="${LB_ROOT:-debian-live}"
+ ;;
- emdebian)
- LB_ROOT="emdebian-live"
- ;;
+ progress)
+ LB_ROOT="${LB_ROOT:-progress-linux}"
+ ;;
- ubuntu)
- LB_ROOT="ubuntu-live"
- ;;
- esac
- fi
+ *)
+ LB_ROOT="${LB_ROOT:-${LB_MODE}-live}"
+ ;;
+ esac
# Setting includes
- if [ -z "${LB_INCLUDES}" ]
- then
- LB_INCLUDES="${LB_BASE}/includes"
- fi
+ LB_INCLUDES="${LB_INCLUDES:-${LB_BASE}/includes}"
# Setting templates
- if [ -z "${LB_TEMPLATES}" ]
- then
- LB_TEMPLATES="${LB_BASE}/templates"
- fi
+ LB_TEMPLATES="${LB_TEMPLATES:-${LB_BASE}/templates}"
# Setting live build options
_BREAKPOINTS="${_BREAKPOINTS:-false}"
@@ -292,222 +274,201 @@ Set_defaults ()
# LB_BOOTSTRAP_KEYRING
# Setting mirror to fetch packages from
- if [ -z "${LB_MIRROR_BOOTSTRAP}" ]
- then
- case "${LB_MODE}" in
- debian|debian-release)
- LB_MIRROR_BOOTSTRAP="http://ftp.de.debian.org/debian/"
- ;;
+ case "${LB_MODE}" in
+ debian)
+ LB_MIRROR_BOOTSTRAP="${LB_MIRROR_BOOTSTRAP:-http://ftp.de.debian.org/debian/}"
+ ;;
- emdebian)
- LB_MIRROR_BOOTSTRAP="http://buildd.emdebian.org/grip/"
- ;;
+ emdebian)
+ LB_MIRROR_BOOTSTRAP="${LB_MIRROR_BOOTSTRAP:-http://buildd.emdebian.org/grip/}"
+ ;;
- ubuntu)
- case "${LB_ARCHITECTURES}" in
- amd64|i386)
- LB_MIRROR_BOOTSTRAP="http://archive.ubuntu.com/ubuntu/"
- ;;
+ progress)
+ LB_MIRROR_BOOTSTRAP="${LB_MIRROR_BOOTSTRAP:-http://cdn.debian.net/debian/}"
+ ;;
- *)
- LB_MIRROR_BOOTSTRAP="http://ports.ubuntu.com/"
- ;;
- esac
- ;;
- esac
- fi
+ ubuntu)
+ case "${LB_ARCHITECTURES}" in
+ amd64|i386)
+ LB_MIRROR_BOOTSTRAP="${LB_MIRROR_BOOTSTRAP:-http://archive.ubuntu.com/ubuntu/}"
+ ;;
+
+ *)
+ LB_MIRROR_BOOTSTRAP="${LB_MIRROR_BOOTSTRAP:-http://ports.ubuntu.com/}"
+ ;;
+ esac
+ ;;
+ esac
LB_MIRROR_CHROOT="${LB_MIRROR_CHROOT:-${LB_MIRROR_BOOTSTRAP}}"
# Setting security mirror to fetch packages from
- if [ -z "${LB_MIRROR_CHROOT_SECURITY}" ]
- then
- case "${LB_MODE}" in
- debian|debian-release)
- LB_MIRROR_CHROOT_SECURITY="http://security.debian.org/"
- ;;
+ case "${LB_MODE}" in
+ debian)
+ LB_MIRROR_CHROOT_SECURITY="${LB_MIRROR_CHROOT_SECURITY:-http://security.debian.org/}"
+ ;;
- emdebian)
- LB_MIRROR_CHROOT_SECURITY="none"
- ;;
+ emdebian)
+ LB_MIRROR_CHROOT_SECURITY="${LB_MIRROR_CHROOT_SECURITY:-none}"
+ ;;
- ubuntu)
- case "${LB_ARCHITECTURES}" in
- amd64|i386)
- LB_MIRROR_CHROOT_SECURITY="http://security.ubuntu.com/ubuntu/"
- ;;
+ progress)
+ LB_MIRROR_CHROOT_SECURITY="${LB_MIRROR_CHROOT_SECURITY:-http://cdn.debian.net/debian-security/}"
+ ;;
- *)
- LB_MIRROR_CHROOT_SECURITY="http://ports.ubuntu.com/"
- ;;
- esac
- ;;
- esac
- fi
+ ubuntu)
+ case "${LB_ARCHITECTURES}" in
+ amd64|i386)
+ LB_MIRROR_CHROOT_SECURITY="${LB_MIRROR_CHROOT_SECURITY:-http://security.ubuntu.com/ubuntu/}"
+ ;;
- # Setting volatile mirror to fetch packages from
- if [ -z "${LB_MIRROR_CHROOT_VOLATILE}" ]
- then
- case "${LB_MODE}" in
- debian|debian-release)
- case "${LB_DISTRIBUTION}" in
- lenny)
- LB_MIRROR_CHROOT_VOLATILE="http://volatile.debian.org/debian-volatile/"
- ;;
+ *)
+ LB_MIRROR_CHROOT_SECURITY="${LB_MIRROR_CHROOT_SECURITY:-http://ports.ubuntu.com/}"
+ ;;
+ esac
+ ;;
+ esac
- squeeze)
- LB_MIRROR_CHROOT_VOLATILE="${LB_MIRROR_CHROOT}"
- ;;
- esac
- ;;
+ # Setting volatile mirror to fetch packages from
+ case "${LB_MODE}" in
+ debian|progress)
+ LB_MIRROR_CHROOT_VOLATILE="${LB_MIRROR_CHROOT_VOLATILE:-${LB_MIRROR_CHROOT}}"
+ ;;
- ubuntu)
- case "${LB_ARCHITECTURES}" in
- amd64|i386)
- LB_MIRROR_CHROOT_VOLATILE="http://security.ubuntu.com/ubuntu/"
- ;;
+ ubuntu)
+ case "${LB_ARCHITECTURES}" in
+ amd64|i386)
+ LB_MIRROR_CHROOT_VOLATILE="${LB_MIRROR_CHROOT_VOLATILE:-http://security.ubuntu.com/ubuntu/}"
+ ;;
- *)
- LB_MIRROR_CHROOT_VOLATILE="http://ports.ubuntu.com/"
- ;;
- esac
- ;;
- esac
+ *)
+ LB_MIRROR_CHROOT_VOLATILE="${LB_MIRROR_CHROOT_VOLATILE:-http://ports.ubuntu.com/}"
+ ;;
+ esac
+ ;;
- LB_MIRROR_CHROOT_VOLATILE="${LB_MIRROR_CHROOT_VOLATILE:-none}"
- fi
+ *)
+ LB_MIRROR_CHROOT_VOLATILE="${LB_MIRROR_CHROOT_VOLATILE:-none}"
+ ;;
+ esac
# Setting backports mirror to fetch packages from
- if [ -z "${LB_MIRROR_CHROOT_BACKPORTS}" ]
- then
- case "${LB_MODE}" in
- debian|debian-release)
- case "${LB_DISTRIBUTION}" in
- lenny|squeeze)
- LB_MIRROR_CHROOT_BACKPORTS="http://backports.debian.org/debian-backports/"
- ;;
- esac
- ;;
- esac
+ case "${LB_MODE}" in
+ debian)
+ LB_MIRROR_CHROOT_BACKPORTS="${LB_MIRROR_CHROOT_BACKPORTS:-http://backports.debian.org/debian-backports/}"
+ ;;
- LB_MIRROR_CHROOT_BACKPORTS="${LB_MIRROR_CHROOT_BACKPORTS:-none}"
- fi
+ *)
+ LB_MIRROR_CHROOT_BACKPORTS="${LB_MIRROR_CHROOT_BACKPORTS:-none}"
+ ;;
+ esac
# Setting mirror which ends up in the image
- if [ -z "${LB_MIRROR_BINARY}" ]
- then
- case "${LB_MODE}" in
- debian|debian-release)
- LB_MIRROR_BINARY="http://cdn.debian.net/debian/"
- ;;
-
- emdebian)
- LB_MIRROR_BINARY="http://buildd.emdebian.org/grip/"
- ;;
+ case "${LB_MODE}" in
+ debian|progress)
+ LB_MIRROR_BINARY="${LB_MIRROR_BINARY:-http://cdn.debian.net/debian/}"
+ ;;
- ubuntu)
- case "${LB_ARCHITECTURES}" in
- amd64|i386)
- LB_MIRROR_BINARY="http://archive.ubuntu.com/ubuntu/"
- ;;
+ emdebian)
+ LB_MIRROR_BINARY="${LB_MIRROR_BINARY:-http://buildd.emdebian.org/grip/}"
+ ;;
- *)
- LB_MIRROR_BINARY="http://ports.ubuntu.com/"
- ;;
- esac
+ ubuntu)
+ case "${LB_ARCHITECTURES}" in
+ amd64|i386)
+ LB_MIRROR_BINARY="${LB_MIRROR_BINARY:-http://archive.ubuntu.com/ubuntu/}"
;;
- esac
- fi
+
+ *)
+ LB_MIRROR_BINARY="${LB_MIRROR_BINARY:-http://ports.ubuntu.com/}"
+ ;;
+ esac
+ ;;
+ esac
# Setting security mirror which ends up in the image
- if [ -z "${LB_MIRROR_BINARY_SECURITY}" ]
- then
- case "${LB_MODE}" in
- debian|debian-release)
- LB_MIRROR_BINARY_SECURITY="http://security.debian.org/"
- ;;
+ case "${LB_MODE}" in
+ debian)
+ LB_MIRROR_BINARY_SECURITY="${LB_MIRROR_BINARY_SECURITY:-http://security.debian.org/}"
+ ;;
- emdebian)
- LB_MIRROR_BINARY_SECURITY="none"
- ;;
+ emdebian)
+ LB_MIRROR_BINARY_SECURITY="${LB_MIRROR_BINARY_SECURITY:-none}"
+ ;;
- ubuntu)
- case "${LB_ARCHITECTURES}" in
- amd64|i386)
- LB_MIRROR_BINARY_SECURITY="http://archive.ubuntu.com/ubuntu/"
- ;;
+ progress)
+ LB_MIRROR_BINARY_SECURITY="${LB_MIRROR_BINARY_SECURITY:-http://cdn.debian.net/debian-security/}"
+ ;;
- *)
- LB_MIRROR_BINARY_SECURITY="http://ports.ubuntu.com/"
- ;;
- esac
- ;;
- esac
- fi
+ ubuntu)
+ case "${LB_ARCHITECTURES}" in
+ amd64|i386)
+ LB_MIRROR_BINARY_SECURITY="${LB_MIRROR_BINARY_SECURITY:-http://archive.ubuntu.com/ubuntu/}"
+ ;;
- # Setting volatile mirror which ends up in the image
- if [ -z "${LB_MIRROR_BINARY_VOLATILE}" ]
- then
- case "${LB_MODE}" in
- debian|debian-release)
- case "${LB_DISTRIBUTION}" in
- lenny)
- LB_MIRROR_BINARY_VOLATILE="http://volatile.debian.org/debian-volatile/"
- ;;
+ *)
+ LB_MIRROR_BINARY_SECURITY="${LB_MIRROR_BINARY_SECURITY:-http://ports.ubuntu.com/}"
+ ;;
+ esac
+ ;;
+ esac
- squeeze)
- LB_MIRROR_BINARY_VOLATILE="${LB_MIRROR_BINARY}"
- esac
- ;;
+ # Setting volatile mirror which ends up in the image
+ case "${LB_MODE}" in
+ debian|progress)
+ LB_MIRROR_BINARY_VOLATILE="${LB_MIRROR_BINARY_VOLATILE:-${LB_MIRROR_BINARY}}"
+ ;;
- ubuntu)
- case "${LB_ARCHITECTURES}" in
- amd64|i386)
- LB_MIRROR_BINARY_VOLATILE="http://security.ubuntu.com/ubuntu/"
- ;;
+ ubuntu)
+ case "${LB_ARCHITECTURES}" in
+ amd64|i386)
+ LB_MIRROR_BINARY_VOLATILE="${LB_MIRROR_BINARY_VOLATILE:-http://security.ubuntu.com/ubuntu/}"
+ ;;
- *)
- LB_MIRROR_BINARY_VOLATILE="http://ports.ubuntu.com/"
- ;;
- esac
- ;;
- esac
+ *)
+ LB_MIRROR_BINARY_VOLATILE="${LB_MIRROR_BINARY_VOLATILE:-http://ports.ubuntu.com/}"
+ ;;
+ esac
+ ;;
- LB_MIRROR_BINARY_VOLATILE="${LB_MIRROR_BINARY_VOLATILE:-none}"
- fi
+ *)
+ LB_MIRROR_BINARY_VOLATILE="${LB_MIRROR_BINARY_VOLATILE:-none}"
+ ;;
+ esac
# Setting backports mirror which ends up in the image
- if [ -z "${LB_MIRROR_BINARY_BACKPORTS}" ]
- then
- case "${LB_MODE}" in
- debian|debian-release)
- case "${LB_DISTRIBUTION}" in
- lenny|squeeze)
- LB_MIRROR_BINARY_BACKPORTS="http://backports.debian.org/debian-backports/"
- ;;
- esac
- ;;
- esac
+ case "${LB_MODE}" in
+ debian)
+ LB_MIRROR_BINARY_BACKPORTS="${LB_MIRROR_BINARY_BACKPORTS:-http://backports.debian.org/debian-backports/}"
+ ;;
- LB_MIRROR_BINARY_BACKPORTS="${LB_MIRROR_BINARY_BACKPORTS:-none}"
- fi
+ *)
+ LB_MIRROR_BINARY_BACKPORTS="${LB_MIRROR_BINARY_BACKPORTS:-none}"
+ ;;
+ esac
LB_MIRROR_DEBIAN_INSTALLER="${LB_MIRROR_DEBIAN_INSTALLER:-${LB_MIRROR_BOOTSTRAP}}"
- # Setting archive areas value
- if [ -z "${LB_ARCHIVE_AREAS}" ]
+ if [ -z "${LB_REPOSITORIES}" ]
then
case "${LB_MODE}" in
- ubuntu)
- LB_ARCHIVE_AREAS="main restricted"
- ;;
-
- *)
- LB_ARCHIVE_AREAS="main"
+ progress)
+ LB_REPOSITORIES="progress-linux_${LB_DISTRIBUTION}"
;;
esac
fi
+ # Setting archive areas value
+ case "${LB_MODE}" in
+ ubuntu)
+ LB_ARCHIVE_AREAS="${LB_ARCHIVE_AREAS:-main restricted}"
+ ;;
+
+ *)
+ LB_ARCHIVE_AREAS="${LB_ARCHIVE_AREAS:-main}"
+ ;;
+ esac
+
## config/chroot
# Setting chroot filesystem
@@ -529,7 +490,7 @@ Set_defaults ()
# Setting keyring packages
case "${LB_MODE}" in
- debian|debian-release)
+ debian)
LB_KEYRING_PACKAGES="${LB_KEYRING_PACKAGES:-debian-archive-keyring}"
;;
@@ -546,162 +507,147 @@ Set_defaults ()
LB_LANGUAGE="${LB_LANGUAGE:-en}"
# Setting linux flavour string
- if [ -z "${LB_LINUX_FLAVOURS}" ]
- then
- case "${LB_ARCHITECTURES}" in
- armel)
- Echo_error "There is no default kernel flavour defined for your architecture."
- Echo_error "Please configure it manually with 'lb config -k FLAVOUR'."
- exit 1
- ;;
-
- alpha)
- case "${LB_MODE}" in
- ubuntu)
- Echo_error "Architecture(s) ${LB_ARCHITECTURES} not supported on Ubuntu."
- exit 1
- ;;
-
- *)
- LB_LINUX_FLAVOURS="alpha-generic"
- ;;
- esac
- ;;
-
- amd64)
- case "${LB_MODE}" in
- ubuntu)
- LB_LINUX_FLAVOURS="generic"
- ;;
+ case "${LB_ARCHITECTURES}" in
+ armel)
+ Echo_error "There is no default kernel flavour defined for your architecture."
+ Echo_error "Please configure it manually with 'lb config -k FLAVOUR'."
+ exit 1
+ ;;
- *)
- LB_LINUX_FLAVOURS="amd64"
- ;;
- esac
- ;;
+ alpha)
+ case "${LB_MODE}" in
+ progress|ubuntu)
+ Echo_error "Architecture ${LB_ARCHITECTURES} not supported in the ${LB_MODE} mode."
+ exit 1
+ ;;
- i386)
- case "${LB_MODE}" in
- ubuntu)
- LB_LINUX_FLAVOURS="generic"
- ;;
+ *)
+ LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-alpha-generic}"
+ ;;
+ esac
+ ;;
- *)
- case "${LIST}" in
- stripped|minimal)
- LB_LINUX_FLAVOURS="486"
- ;;
-
- *)
- LB_LINUX_FLAVOURS="486 686"
- ;;
- esac
- ;;
- esac
- ;;
+ amd64)
+ case "${LB_MODE}" in
+ ubuntu)
+ LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-generic}"
+ ;;
- ia64)
- LB_LINUX_FLAVOURS="itanium"
- ;;
+ *)
+ LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-amd64}"
+ ;;
+ esac
+ ;;
- powerpc)
- case "${LIST}" in
- stripped|minimal)
- LB_LINUX_FLAVOURS="powerpc"
- ;;
+ i386)
+ case "${LB_MODE}" in
+ progress)
+ LB_LINUX_FLAVOURS="686"
+ ;;
- *)
- LB_LINUX_FLAVOURS="powerpc powerpc64"
- ;;
- esac
- ;;
+ ubuntu)
+ LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-generic}"
+ ;;
- s390)
- case "${LB_MODE}" in
- ubuntu)
- Echo_error "Architecture(s) ${LB_ARCHITECTURES} not supported on Ubuntu."
- exit 1
- ;;
+ *)
+ case "${LIST}" in
+ stripped|minimal)
+ LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-486}"
+ ;;
- *)
- LB_LINUX_FLAVOURS="s390"
- ;;
- esac
- ;;
+ *)
+ LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-486 686}"
+ ;;
+ esac
+ ;;
+ esac
+ ;;
- sparc)
- LB_LINUX_FLAVOURS="sparc64"
- ;;
+ ia64)
+ case "${LB_MODE}" in
+ progress)
+ Echo_error "Architecture ${LB_ARCHITECTURES} not supported in the ${LB_MODE} mode."
+ exit 1
+ ;;
- *)
- Echo_error "Architecture(s) ${LB_ARCHITECTURES} not yet supported (FIXME)"
- exit 1
- ;;
- esac
- fi
+ *)
+ LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-itanium}"
+ ;;
+ esac
+ ;;
- # Set linux packages
- if [ -z "${LB_LINUX_PACKAGES}" ]
- then
- case "${LB_MODE}" in
- debian|debian-release|embedian)
- case "${LB_DISTRIBUTION}" in
- lenny)
- LB_LINUX_PACKAGES="linux-image-2.6 \${LB_UNION_FILESYSTEM}-modules-2.6"
- ;;
+ powerpc)
+ case "${LB_MODE}" in
+ progress)
+ Echo_error "Architecture ${LB_ARCHITECTURES} not supported in the ${LB_MODE} mode."
+ exit 1
+ ;;
- *)
- LB_LINUX_PACKAGES="linux-image-2.6"
+ *)
+ case "${LIST}" in
+ stripped|minimal)
+ LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-powerpc}"
;;
- esac
- if [ "${LB_CHROOT_FILESYSTEM}" = "squashfs" ]
- then
- case "${LB_DISTRIBUTION}" in
- lenny)
- LB_LINUX_PACKAGES="${LB_LINUX_PACKAGES} squashfs-modules-2.6"
+ *)
+ LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-powerpc powerpc64}"
;;
esac
- fi
+ ;;
+ esac
+ ;;
- case "${LB_ENCRYPTION}" in
- ""|false)
+ s390)
+ case "${LB_MODE}" in
+ progress|ubuntu)
+ Echo_error "Architecture ${LB_ARCHITECTURES} not supported in the ${LB_MODE} mode."
+ exit 1
+ ;;
- ;;
+ *)
+ LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-s390}"
+ ;;
+ esac
+ ;;
- *)
- LB_LINUX_PACKAGES="${LB_LINUX_PACKAGES} loop-aes-modules-2.6"
- ;;
- esac
- ;;
+ sparc)
+ case "${LB_MODE}" in
+ progress)
+ Echo_error "Architecture ${LB_ARCHITECTURES} not supported in the ${LB_MODE} mode."
+ exit 1
+ ;;
- ubuntu)
- LB_LINUX_PACKAGES="linux"
- ;;
- esac
- fi
+ *)
+ LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-sparc64}"
+ ;;
+ esac
+ ;;
- # Setting packages string
+ *)
+ Echo_error "Architecture(s) ${LB_ARCHITECTURES} not yet supported (FIXME)"
+ exit 1
+ ;;
+ esac
+
+ # Set linux packages
case "${LB_MODE}" in
ubuntu)
- LB_PACKAGES="${LB_PACKAGES:-ubuntu-minimal}"
+ LB_LINUX_PACKAGES="${LB_LINUX_PACKAGES:-linux}"
;;
*)
- LB_PACKAGE_LISTS="${LB_PACKAGE_LISTS:-standard}"
+ LB_LINUX_PACKAGES="${LB_LINUX_PACKAGES:-linux-image-2.6}"
;;
esac
- case "${LB_ENCRYPTION}" in
- ""|false)
-
+ # Setting packages string
+ case "${LB_MODE}" in
+ ubuntu)
+ LB_PACKAGES="${LB_PACKAGES:-ubuntu-minimal}"
;;
*)
- if ! In_list loop-aes-utils "${LB_PACKAGES}"
- then
- LB_PACKAGES="${LB_PACKAGES} loop-aes-utils"
- fi
+ LB_PACKAGE_LISTS="${LB_PACKAGE_LISTS:-standard}"
;;
esac
@@ -715,60 +661,29 @@ Set_defaults ()
gnome-desktop)
LB_PACKAGE_LISTS="$(echo ${LB_PACKAGE_LISTS} | sed -e 's|gnome-desktop||') standard-x11"
- case "${LB_DISTRIBUTION}" in
- lenny)
- LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|standard||' -e 's|gnome-desktop||' -e 's|desktop||') standard gnome-desktop desktop"
- ;;
-
- *)
- LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|standard||' -e 's|gnome-desktop||' -e 's|desktop||' -e 's|laptop||') standard gnome-desktop desktop laptop"
- LB_PACKAGES="$(echo ${LB_PACKAGES} | sed -e 's|debian-installer-launcher||') debian-installer-launcher"
- ;;
- esac
+ LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|standard||' -e 's|gnome-desktop||' -e 's|desktop||' -e 's|laptop||') standard gnome-desktop desktop laptop"
+ LB_PACKAGES="$(echo ${LB_PACKAGES} | sed -e 's|debian-installer-launcher||') debian-installer-launcher"
;;
kde-desktop)
LB_PACKAGE_LISTS="$(echo ${LB_PACKAGE_LISTS} | sed -e 's|kde-desktop||') standard-x11"
- case "${LB_DISTRIBUTION}" in
- lenny)
- LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|standard||' -e 's|kde-desktop||' -e 's|desktop||') standard kde-desktop desktop"
- ;;
-
- *)
- LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|standard||' -e 's|kde-desktop||' -e 's|desktop||' -e 's|laptop||') standard kde-desktop desktop laptop"
- LB_PACKAGES="$(echo ${LB_PACKAGES} | sed -e 's|debian-installer-launcher||') debian-installer-launcher"
- esac
+ LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|standard||' -e 's|kde-desktop||' -e 's|desktop||' -e 's|laptop||') standard kde-desktop desktop laptop"
+ LB_PACKAGES="$(echo ${LB_PACKAGES} | sed -e 's|debian-installer-launcher||') debian-installer-launcher"
;;
lxde-desktop)
LB_PACKAGE_LISTS="$(echo ${LB_PACKAGE_LISTS} | sed -e 's|lxde-desktop||') standard-x11"
- case "${LB_DISTRIBUTION}" in
- lenny)
- LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|standard||' -e 's|lxde-desktop||' -e 's|desktop||') standard lxde-desktop desktop"
- ;;
-
- *)
- LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|standard||' -e 's|lxde-desktop||' -e 's|desktop||' -e 's|laptop||') standard lxde-desktop desktop laptop"
- LB_PACKAGES="$(echo ${LB_PACKAGES} | sed -e 's|debian-installer-launcher||') debian-installer-launcher"
- ;;
- esac
+ LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|standard||' -e 's|lxde-desktop||' -e 's|desktop||' -e 's|laptop||') standard lxde-desktop desktop laptop"
+ LB_PACKAGES="$(echo ${LB_PACKAGES} | sed -e 's|debian-installer-launcher||') debian-installer-launcher"
;;
xfce-desktop)
LB_PACKAGE_LISTS="$(echo ${LB_PACKAGE_LISTS} | sed -e 's|xfce-desktop||') standard-x11"
- case "${LB_DISTRIBUTION}" in
- lenny)
- LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|standard||' -e 's|xfce-desktop||' -e 's|desktop||') standard xfce-desktop desktop"
- ;;
-
- *)
- LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|standard||' -e 's|xfce-desktop||' -e 's|desktop||' -e 's|laptop||') standard xfce-desktop desktop laptop"
- LB_PACKAGES="$(echo ${LB_PACKAGES} | sed -e 's|debian-installer-launcher||') debian-installer-launcher"
- ;;
- esac
+ LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|standard||' -e 's|xfce-desktop||' -e 's|desktop||' -e 's|laptop||') standard xfce-desktop desktop laptop"
+ LB_PACKAGES="$(echo ${LB_PACKAGES} | sed -e 's|debian-installer-launcher||') debian-installer-launcher"
;;
esac
done
@@ -792,9 +707,6 @@ Set_defaults ()
LB_VOLATILE="${LB_VOLATILE:-true}"
- # Setting sysvinit option
- LB_SYSVINIT="${LB_SYSVINIT:-false}"
-
## config/binary
# Setting image filesystem
@@ -809,17 +721,9 @@ Set_defaults ()
esac
# Setting image type
- case "${LB_DISTRIBUTION}" in
- squeeze|sid)
- case "${LB_ARCHITECTURES}" in
- amd64|i386)
- LB_BINARY_IMAGES="${LB_BINARY_IMAGES:-iso-hybrid}"
- ;;
-
- *)
- LB_BINARY_IMAGES="${LB_BINARY_IMAGES:-iso}"
- ;;
- esac
+ case "${LB_ARCHITECTURES}" in
+ amd64|i386)
+ LB_BINARY_IMAGES="${LB_BINARY_IMAGES:-iso-hybrid}"
;;
*)
@@ -828,12 +732,20 @@ Set_defaults ()
esac
# Setting apt indices
- if echo ${LB_PACKAGE_LISTS} | grep -qs -E "(stripped|minimal)\b"
- then
- LB_APT_INDICES="${LB_APT_INDICES:-none}"
- else
- LB_APT_INDICES="${LB_APT_INDICES:-true}"
- fi
+ case "${LB_MODE}" in
+ progress)
+ LB_APT_INDICES="${LB_APT_INDICES:-none}"
+ ;;
+
+ *)
+ if echo ${LB_PACKAGE_LISTS} | grep -qs -E "(stripped|minimal)\b"
+ then
+ LB_APT_INDICES="${LB_APT_INDICES:-none}"
+ else
+ LB_APT_INDICES="${LB_APT_INDICES:-true}"
+ fi
+ ;;
+ esac
# Setting bootloader
if [ -z "${LB_BOOTLOADER}" ]
@@ -856,36 +768,42 @@ Set_defaults ()
# Setting checksums
LB_CHECKSUMS="${LB_CHECKSUMS:-md5}"
+ # Setting compression
+ case "${LB_MODE}" in
+ progress)
+ LB_COMPRESSION="${LB_COMPRESSION:-none}"
+ ;;
+
+ *)
+ LB_COMPRESSION="${LB_COMPRESSION:-gzip}"
+ ;;
+ esac
+
# Setting chroot option
LB_BUILD_WITH_CHROOT="${LB_BUILD_WITH_CHROOT:-true}"
LB_BUILD_WITH_TMPFS="${LB_BUILD_WITH_TMPFS:-false}"
# Setting debian-installer option
- LB_DEBIAN_INSTALLER="${LB_DEBIAN_INSTALLER:-false}"
+ case "${LB_MODE}" in
+ debian|progress)
+ LB_DEBIAN_INSTALLER="${LB_DEBIAN_INSTALLER:-live}"
+ ;;
+
+ *)
+ LB_DEBIAN_INSTALLER="${LB_DEBIAN_INSTALLER:-false}"
+ ;;
+ esac
# Setting debian-installer distribution
- LB_DEBIAN_INSTALLER_DISTRIBUTION="${LB_DEBIAN_INSTALLER_DISTRIBUTION:-${LB_DISTRIBUTION}}"
+ LB_DEBIAN_INSTALLER_DISTRIBUTION="${LB_DEBIAN_INSTALLER_DISTRIBUTION:-${LB_PARENT_DISTRIBUTION}}"
# Setting debian-installer-gui
case "${LB_MODE}" in
- debian)
+ debian|progress)
LB_DEBIAN_INSTALLER_GUI="${LB_DEBIAN_INSTALLER_GUI:-true}"
;;
- ubuntu)
- case "${LB_DEBIAN_INSTALLER_DISTRIBUTION}" in
- karmic)
- # Not available for Karmic currently.
- LB_DEBIAN_INSTALLER_GUI="${LB_DEBIAN_INSTALLER_GUI:-false}"
- ;;
-
- *)
- LB_DEBIAN_INSTALLER_GUI="${LB_DEBIAN_INSTALLER_GUI:-true}"
- ;;
- esac
- ;;
-
*)
LB_DEBIAN_INSTALLER_GUI="${LB_DEBIAN_INSTALLER_GUI:-false}"
;;
@@ -944,119 +862,104 @@ Set_defaults ()
LB_BOOTAPPEND_INSTALL="$(echo ${LB_BOOTAPPEND_INSTALL} | sed -e 's/[ \t]*$//')"
- # Setting encryption
- LB_ENCRYPTION="${LB_ENCRYPTION:-false}"
-
# Setting grub splash
# LB_GRUB_SPLASH
# Setting hostname
- if [ -z "${LB_HOSTNAME}" ]
- then
- case "${LB_MODE}" in
- embedian)
- LB_HOSTNAME="embedian"
- ;;
-
- ubuntu)
- LB_HOSTNAME="ubuntu"
- ;;
-
- *)
- LB_HOSTNAME="debian"
- ;;
- esac
- fi
+ LB_HOSTNAME="${LB_HOSTNAME:-${LB_MODE}}"
# Setting iso author
- if [ -z "${LB_ISO_APPLICATION}" ]
- then
- case "${LB_MODE}" in
- debian|debian-release)
- LB_ISO_APPLICATION="Debian Live"
- ;;
+ case "${LB_MODE}" in
+ debian)
+ LB_ISO_APPLICATION="${LB_ISO_APPLICATION:-Debian Live}"
+ ;;
- emdebian)
- LB_ISO_APPLICATION="Emdebian Live"
- ;;
+ emdebian)
+ LB_ISO_APPLICATION="${LB_ISO_APPLICATION:-Emdebian Live}"
+ ;;
- ubuntu)
- LB_ISO_APPLICATION="Ubuntu Live"
- ;;
- esac
- fi
+ progress)
+ LB_ISO_APPLICATION="${LB_ISO_APPLICATION:-Progress Linux}"
+ ;;
+
+ ubuntu)
+ LB_ISO_APPLICATION="${LB_ISO_APPLICATION:-Ubuntu Live}"
+ ;;
+ esac
# Set iso preparer
LB_ISO_PREPARER="${LB_ISO_PREPARER:-live-build \$VERSION; http://packages.qa.debian.org/live-build}"
# Set iso publisher
- LB_ISO_PUBLISHER="${LB_ISO_PUBLISHER:-Debian Live project; http://live.debian.net/; debian-live at lists.debian.org}"
+ case "${LB_MODE}" in
+ progress)
+ LB_ISO_PUBLISHER="${LB_ISO_PUBLISHER:-Progress Linux; http://www.progress-linux.org/; progress-project at lists.progress-linux.org}"
+ ;;
+
+ *)
+ LB_ISO_PUBLISHER="${LB_ISO_PUBLISHER:-Debian Live project; http://live.debian.net/; debian-live at lists.debian.org}"
+ ;;
+ esac
# Setting iso volume
- if [ -z "${LB_ISO_VOLUME}" ]
- then
- case "${LB_MODE}" in
- debian)
- LB_ISO_VOLUME="Debian ${LB_DISTRIBUTION} \$(date +%Y%m%d-%H:%M)"
- ;;
+ case "${LB_MODE}" in
+ debian)
+ LB_ISO_VOLUME="${LB_ISO_VOLUME:-Debian ${LB_DISTRIBUTION} \$(date +%Y%m%d-%H:%M)}"
+ ;;
- debian-release)
- eval VERSION="$`echo RELEASE_${LB_DISTRIBUTION}`"
- LB_ISO_VOLUME="Debian ${VERSION} ${LB_ARCHITECTURES} live"
- ;;
+ emdebian)
+ LB_ISO_VOLUME="${LB_ISO_VOLUME:-Emdebian ${LB_DISTRIBUTION} \$(date +%Y%m%d-%H:%M)}"
+ ;;
- emdebian)
- LB_ISO_VOLUME="Emdebian ${LB_DISTRIBUTION} \$(date +%Y%m%d-%H:%M)"
- ;;
+ progress)
+ LB_ISO_VOLUME="${LB_ISO_VOLUME:-Progress ${LB_DISTRIBUTION}}"
+ ;;
- ubuntu)
- LB_ISO_VOLUME="Ubuntu ${LB_DISTRIBUTION} \$(date +%Y%m%d-%H:%M)"
- ;;
- esac
- fi
+ ubuntu)
+ LB_ISO_VOLUME="${LB_ISO_VOLUME:-Ubuntu ${LB_DISTRIBUTION} \$(date +%Y%m%d-%H:%M)}"
+ ;;
+ esac
# Setting memtest option
LB_MEMTEST="${LB_MEMTEST:-memtest86+}"
# Setting win32-loader option
- if [ "${LB_MODE}" != "ubuntu" ]
- then
- case "${LB_ARCHITECTURES}" in
- amd64|i386)
- if [ "${LB_DEBIAN_INSTALLER}" != "false" ]
- then
- LB_WIN32_LOADER="${LB_WIN32_LOADER:-true}"
- else
- LB_WIN32_LOADER="${LB_WIN32_LOADER:-false}"
- fi
- ;;
+ case "${LB_MODE}" in
+ progress|ubuntu)
- *)
- LB_WIN32_LOADER="${LB_WIN32_LOADER:-false}"
- ;;
- esac
- fi
+ ;;
+
+ *)
+ case "${LB_ARCHITECTURES}" in
+ amd64|i386)
+ if [ "${LB_DEBIAN_INSTALLER}" != "false" ]
+ then
+ LB_WIN32_LOADER="${LB_WIN32_LOADER:-true}"
+ else
+ LB_WIN32_LOADER="${LB_WIN32_LOADER:-false}"
+ fi
+ ;;
+
+ *)
+ LB_WIN32_LOADER="${LB_WIN32_LOADER:-false}"
+ ;;
+ esac
+ ;;
+ esac
# Setting netboot filesystem
LB_NET_ROOT_FILESYSTEM="${LB_NET_ROOT_FILESYSTEM:-nfs}"
# Setting netboot server path
- if [ -z "${LB_NET_ROOT_PATH}" ]
- then
- case "${LB_MODE}" in
- debian|debian-release)
- LB_NET_ROOT_PATH="/srv/debian-live"
- ;;
-
- emdebian)
- LB_NET_ROOT_PATH="/srv/emdebian-live"
- ;;
+ case "${LB_MODE}" in
+ progress)
+ LB_NET_ROOT_PATH="${LB_NET_ROOT_PATH:-/srv/progress-linux}"
+ ;;
- ubuntu)
- LB_NET_ROOT_PATH="/srv/ubuntu-live"
- ;;
- esac
- fi
+ *)
+ LB_NET_ROOT_PATH="${LB_NET_ROOT_PATH:-/srv/${LB_MODE}-live}"
+ ;;
+ esac
# Setting netboot server address
LB_NET_ROOT_SERVER="${LB_NET_ROOT_SERVER:-192.168.1.1}"
@@ -1065,10 +968,18 @@ Set_defaults ()
LB_NET_COW_FILESYSTEM="${LB_NET_COW_FILESYSTEM:-nfs}"
# Setting net tarball
- LB_NET_TARBALL="${LB_NET_TARBALL:-gzip}"
+ LB_NET_TARBALL="${LB_NET_TARBALL:-true}"
# Setting syslinux theme package
- LB_SYSLINUX_THEME="${LB_SYSLINUX_THEME:-debian-squeeze}"
+ case "${LB_MODE}" in
+ progress)
+ LB_SYSLINUX_THEME="${LB_SYSLINUX_THEME:-progress-standard}"
+ ;;
+
+ *)
+ LB_SYSLINUX_THEME="${LB_SYSLINUX_THEME:-debian-squeeze}"
+ ;;
+ esac
# Setting username
case "${LB_MODE}" in
diff --git a/functions/man.sh b/functions/man.sh
index c039a39..3c06d02 100755
--- a/functions/man.sh
+++ b/functions/man.sh
@@ -12,7 +12,7 @@ Man ()
{
if [ -x "$(which man 2>/dev/null)" ]
then
- man lb_$(basename ${0})
+ man $(basename ${0})
exit 0
fi
}
diff --git a/functions/releases.sh b/functions/releases.sh
index d28c514..9cf2e7e 100755
--- a/functions/releases.sh
+++ b/functions/releases.sh
@@ -9,11 +9,14 @@
# Debian releases
-RELEASE_lenny="5.0.6"
RELEASE_squeeze="6.0.0"
RELEASE_wheezy="7"
RELEASE_sid="unstable"
+# Progress releases
+RELEASE_artax="1.0"
+RELEASE_baureo="unstable"
+
# Ubuntu releases
RELEASE_dapper="6.06" # LTS
RELEASE_hardy="8.04" # LTS
diff --git a/lists/standard-x11 b/lists/standard-x11
index 12d5813..9729b85 100644
--- a/lists/standard-x11
+++ b/lists/standard-x11
@@ -2,6 +2,6 @@
#include <standard>
-xorg xresprobe menu
+xorg menu
alsa-base alsa-utils
keyboard-configuration
diff --git a/manpages/de/lb.de.1 b/manpages/de/lb.de.1
index 6daf280..316f7e7 100644
--- a/manpages/de/lb.de.1
+++ b/manpages/de/lb.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb\fP \- wrapper for live\-build programs
diff --git a/manpages/de/lb_binary.de.1 b/manpages/de/lb_binary.de.1
index 8c5bd04..50fbdd1 100644
--- a/manpages/de/lb_binary.de.1
+++ b/manpages/de/lb_binary.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_checksums.de.1 b/manpages/de/lb_binary_checksums.de.1
index 07efce8..26a5631 100644
--- a/manpages/de/lb_binary_checksums.de.1
+++ b/manpages/de/lb_binary_checksums.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_checksums\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_chroot.de.1 b/manpages/de/lb_binary_chroot.de.1
index 2b72305..6e4eecb 100644
--- a/manpages/de/lb_binary_chroot.de.1
+++ b/manpages/de/lb_binary_chroot.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_chroot\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_debian-installer.de.1 b/manpages/de/lb_binary_debian-installer.de.1
index 099ee86..57fe7a6 100644
--- a/manpages/de/lb_binary_debian-installer.de.1
+++ b/manpages/de/lb_binary_debian-installer.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_debian\-installer\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_disk.de.1 b/manpages/de/lb_binary_disk.de.1
index 8de67e3..c4ac907 100644
--- a/manpages/de/lb_binary_disk.de.1
+++ b/manpages/de/lb_binary_disk.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_disk\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_encryption.de.1 b/manpages/de/lb_binary_encryption.de.1
deleted file mode 100644
index 76cf05c..0000000
--- a/manpages/de/lb_binary_encryption.de.1
+++ /dev/null
@@ -1,47 +0,0 @@
-.\"*******************************************************************
-.\"
-.\" This file was generated with po4a. Translate the source file.
-.\"
-.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
-
-.SH NAME
-\fBlb binary_encryption\fP \- Complete the binary stage
-
-.SH SYNOPSIS
-\fBlb binary_encryption\fP [\fIlive\-build options\fP]
-
-.SH DESCRIPTION
-\fBlb binary_encryption\fP is a low\-level command (plumbing) of
-\fIlive\-build\fP(7), the Debian Live tool suite.
-.PP
-
-.\" FIXME
-.SH OPTIONS
-\fBlb binary_encryption\fP has no specific options but understands all generic
-live\-build options. See \fIlive\-build\fP(7) for a complete list of all generic
-live\-build options.
-
-.SH FILES
-.\" FIXME
-.IP \fBn/a\fP 4
-
-.SH "SEE ALSO"
-\fIlive\-build\fP(7)
-.PP
-This program is a part of live\-build.
-
-.SH HOMEPAGE
-More information about live\-build and the Debian Live project can be found
-on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
-<\fIhttp://live.debian.net/manual/\fP>.
-
-.SH BUGS
-Bugs can be reported by submitting a bugreport for the live\-build package in
-the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
-writing a mail to the Debian Live mailing list at
-<\fIdebian\-live at lists.debian.org\fP>.
-
-.SH AUTHOR
-live\-build was written by Daniel Baumann <\fIdaniel at debian.org\fP> for
-the Debian project.
diff --git a/manpages/de/lb_binary_grub.de.1 b/manpages/de/lb_binary_grub.de.1
index 10a4f06..a719891 100644
--- a/manpages/de/lb_binary_grub.de.1
+++ b/manpages/de/lb_binary_grub.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_grub\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_grub2.de.1 b/manpages/de/lb_binary_grub2.de.1
index 11b3c66..0ec043d 100644
--- a/manpages/de/lb_binary_grub2.de.1
+++ b/manpages/de/lb_binary_grub2.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_grub2\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_includes.de.1 b/manpages/de/lb_binary_includes.de.1
index 7fdb32d..705df50 100644
--- a/manpages/de/lb_binary_includes.de.1
+++ b/manpages/de/lb_binary_includes.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_includes\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_iso.de.1 b/manpages/de/lb_binary_iso.de.1
index b39364d..119c13f 100644
--- a/manpages/de/lb_binary_iso.de.1
+++ b/manpages/de/lb_binary_iso.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_iso\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_linux-image.de.1 b/manpages/de/lb_binary_linux-image.de.1
index 146a976..9f024cc 100644
--- a/manpages/de/lb_binary_linux-image.de.1
+++ b/manpages/de/lb_binary_linux-image.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_linux\-image\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_local-hooks.de.1 b/manpages/de/lb_binary_local-hooks.de.1
index 8b4e38b..19c977b 100644
--- a/manpages/de/lb_binary_local-hooks.de.1
+++ b/manpages/de/lb_binary_local-hooks.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_local\-hooks\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_local-includes.de.1 b/manpages/de/lb_binary_local-includes.de.1
index 2edefa0..af73fb6 100644
--- a/manpages/de/lb_binary_local-includes.de.1
+++ b/manpages/de/lb_binary_local-includes.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_local\-includes\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_local-packagelists.de.1 b/manpages/de/lb_binary_local-packagelists.de.1
index 9ad178f..422162a 100644
--- a/manpages/de/lb_binary_local-packagelists.de.1
+++ b/manpages/de/lb_binary_local-packagelists.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_local\-packagelists\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_manifest.de.1 b/manpages/de/lb_binary_manifest.de.1
index 0710b07..2941305 100644
--- a/manpages/de/lb_binary_manifest.de.1
+++ b/manpages/de/lb_binary_manifest.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_manifest\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_memtest.de.1 b/manpages/de/lb_binary_memtest.de.1
index 1c70af1..df76ae5 100644
--- a/manpages/de/lb_binary_memtest.de.1
+++ b/manpages/de/lb_binary_memtest.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_memtest\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_net.de.1 b/manpages/de/lb_binary_net.de.1
index 92c0c8c..26a9706 100644
--- a/manpages/de/lb_binary_net.de.1
+++ b/manpages/de/lb_binary_net.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_net\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_rootfs.de.1 b/manpages/de/lb_binary_rootfs.de.1
index 9d195a4..6be8202 100644
--- a/manpages/de/lb_binary_rootfs.de.1
+++ b/manpages/de/lb_binary_rootfs.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_rootfs\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_silo.de.1 b/manpages/de/lb_binary_silo.de.1
index 6634581..f772134 100644
--- a/manpages/de/lb_binary_silo.de.1
+++ b/manpages/de/lb_binary_silo.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_silo\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_syslinux.de.1 b/manpages/de/lb_binary_syslinux.de.1
index 9fc00df..d89ddb6 100644
--- a/manpages/de/lb_binary_syslinux.de.1
+++ b/manpages/de/lb_binary_syslinux.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_syslinux\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_tar.de.1 b/manpages/de/lb_binary_tar.de.1
index 36a6f2f..9d4d647 100644
--- a/manpages/de/lb_binary_tar.de.1
+++ b/manpages/de/lb_binary_tar.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_tar\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_usb.de.1 b/manpages/de/lb_binary_usb.de.1
index bf7d1e4..ab7bcb6 100644
--- a/manpages/de/lb_binary_usb.de.1
+++ b/manpages/de/lb_binary_usb.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_usb\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_virtual-hdd.de.1 b/manpages/de/lb_binary_virtual-hdd.de.1
index f5f7a62..701f3e5 100644
--- a/manpages/de/lb_binary_virtual-hdd.de.1
+++ b/manpages/de/lb_binary_virtual-hdd.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_virtual\-hdd\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_win32-loader.de.1 b/manpages/de/lb_binary_win32-loader.de.1
index 772c623..9c0bc8b 100644
--- a/manpages/de/lb_binary_win32-loader.de.1
+++ b/manpages/de/lb_binary_win32-loader.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_win32\-loader\fP \- Complete the binary stage
diff --git a/manpages/de/lb_binary_yaboot.de.1 b/manpages/de/lb_binary_yaboot.de.1
index c1ec52e..e355c8d 100644
--- a/manpages/de/lb_binary_yaboot.de.1
+++ b/manpages/de/lb_binary_yaboot.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_yaboot\fP \- Complete the binary stage
diff --git a/manpages/de/lb_bootstrap.de.1 b/manpages/de/lb_bootstrap.de.1
index 4d6ccf8..e6a4e40 100644
--- a/manpages/de/lb_bootstrap.de.1
+++ b/manpages/de/lb_bootstrap.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb bootstrap\fP \- Complete the bootstrap stage
diff --git a/manpages/de/lb_bootstrap_cache.de.1 b/manpages/de/lb_bootstrap_cache.de.1
index 4c42cab..2713adf 100644
--- a/manpages/de/lb_bootstrap_cache.de.1
+++ b/manpages/de/lb_bootstrap_cache.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb bootstrap_cache\fP \- Complete the bootstrap stage
diff --git a/manpages/de/lb_bootstrap_cdebootstrap.de.1 b/manpages/de/lb_bootstrap_cdebootstrap.de.1
index 59db8e1..70596fc 100644
--- a/manpages/de/lb_bootstrap_cdebootstrap.de.1
+++ b/manpages/de/lb_bootstrap_cdebootstrap.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb bootstrap_cdebootstrap\fP \- Complete the bootstrap stage
diff --git a/manpages/de/lb_bootstrap_copy.de.1 b/manpages/de/lb_bootstrap_copy.de.1
index 70dd0f7..cb7670f 100644
--- a/manpages/de/lb_bootstrap_copy.de.1
+++ b/manpages/de/lb_bootstrap_copy.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb bootstrap_copy\fP \- Complete the bootstrap stage
diff --git a/manpages/de/lb_bootstrap_debootstrap.de.1 b/manpages/de/lb_bootstrap_debootstrap.de.1
index 45698da..41013d4 100644
--- a/manpages/de/lb_bootstrap_debootstrap.de.1
+++ b/manpages/de/lb_bootstrap_debootstrap.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb bootstrap_debootstrap\fP \- Complete the bootstrap stage
diff --git a/manpages/de/lb_build.de.1 b/manpages/de/lb_build.de.1
index 7f275d4..2c9bad8 100644
--- a/manpages/de/lb_build.de.1
+++ b/manpages/de/lb_build.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb build\fP \- Complete the bootstrap, chroot, binary, and source stages
diff --git a/manpages/de/lb_chroot.de.1 b/manpages/de/lb_chroot.de.1
index f717853..c3070cb 100644
--- a/manpages/de/lb_chroot.de.1
+++ b/manpages/de/lb_chroot.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_apt.de.1 b/manpages/de/lb_chroot_apt.de.1
index eff3c13..46a4b81 100644
--- a/manpages/de/lb_chroot_apt.de.1
+++ b/manpages/de/lb_chroot_apt.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_apt\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_cache.de.1 b/manpages/de/lb_chroot_cache.de.1
index 5822f35..147c52f 100644
--- a/manpages/de/lb_chroot_cache.de.1
+++ b/manpages/de/lb_chroot_cache.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_cache\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_debianchroot.de.1 b/manpages/de/lb_chroot_debianchroot.de.1
index 442fa3b..99f9ca2 100644
--- a/manpages/de/lb_chroot_debianchroot.de.1
+++ b/manpages/de/lb_chroot_debianchroot.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_debianchroot\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_devpts.de.1 b/manpages/de/lb_chroot_devpts.de.1
index be6e6b7..6c35f67 100644
--- a/manpages/de/lb_chroot_devpts.de.1
+++ b/manpages/de/lb_chroot_devpts.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_devpts\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_dpkg.de.1 b/manpages/de/lb_chroot_dpkg.de.1
index 3f5cc09..9fcf137 100644
--- a/manpages/de/lb_chroot_dpkg.de.1
+++ b/manpages/de/lb_chroot_dpkg.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_dpkg\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_hacks.de.1 b/manpages/de/lb_chroot_hacks.de.1
index 9ea8448..e4863ce 100644
--- a/manpages/de/lb_chroot_hacks.de.1
+++ b/manpages/de/lb_chroot_hacks.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_hacks\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_hooks.de.1 b/manpages/de/lb_chroot_hooks.de.1
index a434b04..0e43751 100644
--- a/manpages/de/lb_chroot_hooks.de.1
+++ b/manpages/de/lb_chroot_hooks.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_hooks\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_hostname.de.1 b/manpages/de/lb_chroot_hostname.de.1
index 4fe46f2..6dccd71 100644
--- a/manpages/de/lb_chroot_hostname.de.1
+++ b/manpages/de/lb_chroot_hostname.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_hostname\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_hosts.de.1 b/manpages/de/lb_chroot_hosts.de.1
index eff0f99..45c6e77 100644
--- a/manpages/de/lb_chroot_hosts.de.1
+++ b/manpages/de/lb_chroot_hosts.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_hosts\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_install-packages.de.1 b/manpages/de/lb_chroot_install-packages.de.1
index 6a8eb7c..f0b47c8 100644
--- a/manpages/de/lb_chroot_install-packages.de.1
+++ b/manpages/de/lb_chroot_install-packages.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_install\-packages\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_interactive.de.1 b/manpages/de/lb_chroot_interactive.de.1
index c55d81b..e371d04 100644
--- a/manpages/de/lb_chroot_interactive.de.1
+++ b/manpages/de/lb_chroot_interactive.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_interactive\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_linux-image.de.1 b/manpages/de/lb_chroot_linux-image.de.1
index d4bb47a..526f492 100644
--- a/manpages/de/lb_chroot_linux-image.de.1
+++ b/manpages/de/lb_chroot_linux-image.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_linux\-image\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_local-hooks.de.1 b/manpages/de/lb_chroot_local-hooks.de.1
index bdc11c3..a7c4f20 100644
--- a/manpages/de/lb_chroot_local-hooks.de.1
+++ b/manpages/de/lb_chroot_local-hooks.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_local\-hooks\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_local-includes.de.1 b/manpages/de/lb_chroot_local-includes.de.1
index 281319a..f7b2972 100644
--- a/manpages/de/lb_chroot_local-includes.de.1
+++ b/manpages/de/lb_chroot_local-includes.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_local\-includes\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_local-packagelists.de.1 b/manpages/de/lb_chroot_local-packagelists.de.1
index 8329a3b..5e0a919 100644
--- a/manpages/de/lb_chroot_local-packagelists.de.1
+++ b/manpages/de/lb_chroot_local-packagelists.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_local\-packagelists\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_local-packages.de.1 b/manpages/de/lb_chroot_local-packages.de.1
index 26a9713..0cd1f1c 100644
--- a/manpages/de/lb_chroot_local-packages.de.1
+++ b/manpages/de/lb_chroot_local-packages.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_local\-packages\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_local-patches.de.1 b/manpages/de/lb_chroot_local-patches.de.1
index f0ba134..65569c4 100644
--- a/manpages/de/lb_chroot_local-patches.de.1
+++ b/manpages/de/lb_chroot_local-patches.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_local\-patches\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_local-preseed.de.1 b/manpages/de/lb_chroot_local-preseed.de.1
index b22286a..cc9daee 100644
--- a/manpages/de/lb_chroot_local-preseed.de.1
+++ b/manpages/de/lb_chroot_local-preseed.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_local\-preseed\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_localization.de.1 b/manpages/de/lb_chroot_localization.de.1
index d08af85..e1c7c32 100644
--- a/manpages/de/lb_chroot_localization.de.1
+++ b/manpages/de/lb_chroot_localization.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_localization\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_packagelists.de.1 b/manpages/de/lb_chroot_packagelists.de.1
index 1215a13..086ff4e 100644
--- a/manpages/de/lb_chroot_packagelists.de.1
+++ b/manpages/de/lb_chroot_packagelists.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_packagelists\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_packages.de.1 b/manpages/de/lb_chroot_packages.de.1
index 9d1b4ec..44acedb 100644
--- a/manpages/de/lb_chroot_packages.de.1
+++ b/manpages/de/lb_chroot_packages.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_packages\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_preseed.de.1 b/manpages/de/lb_chroot_preseed.de.1
index 9fc2a1d..2f7ef1a 100644
--- a/manpages/de/lb_chroot_preseed.de.1
+++ b/manpages/de/lb_chroot_preseed.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_preseed\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_proc.de.1 b/manpages/de/lb_chroot_proc.de.1
index 5e3e3a2..ec020aa 100644
--- a/manpages/de/lb_chroot_proc.de.1
+++ b/manpages/de/lb_chroot_proc.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_proc\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_resolv.de.1 b/manpages/de/lb_chroot_resolv.de.1
index b7a3a63..73cd7f8 100644
--- a/manpages/de/lb_chroot_resolv.de.1
+++ b/manpages/de/lb_chroot_resolv.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_resolv\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_selinuxfs.de.1 b/manpages/de/lb_chroot_selinuxfs.de.1
index 17c3914..b4db132 100644
--- a/manpages/de/lb_chroot_selinuxfs.de.1
+++ b/manpages/de/lb_chroot_selinuxfs.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_selinuxfs\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_sources.de.1 b/manpages/de/lb_chroot_sources.de.1
index 2f39838..d7f6bc2 100644
--- a/manpages/de/lb_chroot_sources.de.1
+++ b/manpages/de/lb_chroot_sources.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_sources\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_sysfs.de.1 b/manpages/de/lb_chroot_sysfs.de.1
index 4328e48..064f65d 100644
--- a/manpages/de/lb_chroot_sysfs.de.1
+++ b/manpages/de/lb_chroot_sysfs.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_sysfs\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_sysv-rc.de.1 b/manpages/de/lb_chroot_sysv-rc.de.1
index 229893c..a26b634 100644
--- a/manpages/de/lb_chroot_sysv-rc.de.1
+++ b/manpages/de/lb_chroot_sysv-rc.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_sysv\-rc\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_sysvinit.de.1 b/manpages/de/lb_chroot_sysvinit.de.1
deleted file mode 100644
index 9229df3..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 2010\-12\-14 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_chroot_tasks.de.1 b/manpages/de/lb_chroot_tasks.de.1
index 726b497..e75af46 100644
--- a/manpages/de/lb_chroot_tasks.de.1
+++ b/manpages/de/lb_chroot_tasks.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_tasks\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_chroot_upstart.de.1 b/manpages/de/lb_chroot_upstart.de.1
index e1937eb..eaebd29 100644
--- a/manpages/de/lb_chroot_upstart.de.1
+++ b/manpages/de/lb_chroot_upstart.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_upstart\fP \- Complete the chroot stage
diff --git a/manpages/de/lb_clean.de.1 b/manpages/de/lb_clean.de.1
index 3db6285..2add595 100644
--- a/manpages/de/lb_clean.de.1
+++ b/manpages/de/lb_clean.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb clean\fP \- Clean build directory
diff --git a/manpages/de/lb_config.de.1 b/manpages/de/lb_config.de.1
index 37cc859..c429827 100644
--- a/manpages/de/lb_config.de.1
+++ b/manpages/de/lb_config.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb config\fP \- Create config directory
@@ -22,8 +22,6 @@
.br
[\fB\-\-apt\-indices\fP true|false|none]
.br
- [\fB\-\-apt\-pdiffs\fP true|false]
-.br
[\fB\-\-apt\-options\fP \fIOPTION\fP|"\fIOPTIONS\fP"]
.br
[\fB\-\-aptitude\-options\fP \fIOPTION\fP|"\fIOPTIONS\fP"]
@@ -64,6 +62,8 @@
.br
[\fB\-\-checksums\fP md5|sha1|sha256|none]
.br
+ [\fB\-\-compression\fP bzip2|gzip|lzip|none]
+.br
[\fB\-\-build\-with\-chroot\fP true|false]
.br
[\fB\-\-chroot\-filesystem\fP ext2|ext3|squashfs|plain|jffs2]
@@ -90,9 +90,9 @@
.br
[\-d|\fB\-\-distribution\fP \fICODENAME\fP]
.br
- [\fB\-\-dump\fP]
+ [\fB\-\-parent\-distribution\fP \fICODENAME\fP]
.br
- [\-e|\fB\-\-encryption\fP false|aes128|aes192|aes256]
+ [\fB\-\-dump\fP]
.br
[\fB\-\-fdisk\fP fdisk|fdisk.dist]
.br
@@ -110,7 +110,7 @@
.br
[\fB\-\-includes\fP \fIPATH\fP]
.br
- [\fB\-\-initramfs\fP auto|none|live\-boot|live\-initramfs|casper]
+ [\fB\-\-initramfs\fP auto|none|live\-boot|casper]
.br
[\fB\-\-interactive\fP shell]
.br
@@ -176,7 +176,7 @@
.br
[\fB\-\-net\-cow\-server\fP \fIIP\fP|\fIHOSTNAME\fP]
.br
- [\fB\-\-net\-tarball\fP bzip2|gzip|tar|none]
+ [\fB\-\-net\-tarball\fP true|false]
.br
[\-p|\fB\-\-package\-lists\fP \fILIST\fP|\fI"LISTS"\fP]
.br
@@ -204,8 +204,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"]
@@ -239,7 +237,7 @@ directory where \fBlb config\fP was executed.
.\" FIXME
Note: Currently \fBlb config\fP tries to be smart and sets defaults for some
options depending on the setting of other options (e.g. which linux packages
-to be used depending on if a lenny system gets build or not). This means
+to be used depending on if a squeeze system gets build or not). This means
that when generating a new configuration, you should call \fBlb config\fP only
once with all options specified. Calling it several times with only a subset
of the options each can result in non working configurations. This is also
@@ -270,9 +268,6 @@ automatically set to the value of http_proxy.
.IP "\fB\-\-apt\-indices\fP true|false|none" 4
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.
-.IP "\fB\-\-apt\-pdiffs\fP true|false" 4
-defines whetever apt should use incremental package indices feature or
-not. This is true by default.
.IP "\fB\-\-apt\-options\fP \fIOPTION\fP|\(dq\fIOPTIONS\fP\(dq" 4
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
@@ -304,8 +299,7 @@ right kernel. But building powerpc images on an i386 system is not possible.
.IP "\-b|\fB\-\-binary\-images\fP iso|iso\-hybrid|net|tar|usb\-hdd" 4
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\-hdd images, for legacy lenny and non\-syslinux images, it defaults to
-iso.
+usb\-hdd images, for non\-syslinux images, it defaults to iso.
.IP "\fB\-\-binary\-filesystem\fP fat16|fat32|ext2" 4
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
@@ -320,8 +314,9 @@ sets boot parameters specific to debian\-installer, if included.
.IP "\fB\-\-bootappend\-live\fP \fIPARAMETER\fP|\(dq\fIPARAMETERS\fP\(dq" 4
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
-distributions in the manpage of live\-initramfs. On the images, a list of all
-parameters (without comments) is included in the /parameters.txt.
+distributions in the manpage of live\-boot and live\-config. On the images, a
+list of all parameters (without comments) is included in the
+/parameters.txt.
.IP "\fB\-\-bootloader\fP grub|syslinux|yaboot" 4
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
@@ -373,11 +368,14 @@ the time.
.IP "\fB\-\-checksums\fP md5|sha1|sha256|none" 4
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
-together with their checksums. This in turn can be used by live\-initramfs'
+together with their checksums. This in turn can be used by live\-boots
built\-in integrity\-check to verify the medium if specified at boot
prompt. In general, this should not be false and is an important feature of
live system released to the public. However, during development of very big
images it can save some time by not calculating the checksums.
+.IP "\fB\-\-compression\fP bzip2|gzip|lzip|none" 4
+defines the compression program to be used to compress tarballs. Defaults to
+gzip.
.IP "\fB\-\-build\-with\-chroot\fP true|false" 4
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
@@ -439,14 +437,14 @@ whereas otherwise false, by default.
turn on debugging informational messages.
.IP "\-d|\fB\-\-distribution\fP \fICODENAME\fP" 4
defines the distribution of the resulting live system.
+.IP "\-d|\fB\-\-parent\-distribution\fP \fICODENAME\fP" 4
+defines the parent distribution for derivatives of the resulting live
+system.
.IP \fB\-\-dump\fP 4
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
reports, we do get all informations required for us to locate and replicate
an error.
-.IP "\-e|\fB\-\-encryption\fP false|aes128|aes192|aes256" 4
-defines if the root filesystem should be encrypted or not. By default, this
-is false.
.IP "\fB\-\-fdisk\fP fdisk|fdisk.dist" 4
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.
@@ -478,13 +476,13 @@ sets the path to the includes that live\-build is going to use,
e.g. additional minimal documentation that you want to have on all live
systems. By default, this is set to /usr/share/live/build/includes/. Choose
none to disable inclusion of documentation.
-.IP "\fB\-\-initramfs\fP auto|none|live\-boot|live\-initramfs|casper" 4
+.IP "\fB\-\-initramfs\fP auto|none|live\-boot|casper" 4
sets the name of package that contains the live system specific initramfs
modification. By default, auto is used, which means that at build time of
the image rather than on configuration time, the value will be expanded to
-casper when building ubuntu systems, to live\-initramfs for legacy lenny, and
-to live\-boot for squeeze and newer. Using 'none' is useful if the resulting
-system image should not be a live image (experimental).
+casper when building ubuntu systems, to live\-boot for all other
+systems. Using 'none' is useful if the resulting system image should not be
+a live image (experimental).
.IP "\fB\-\-interactive\fP shell" 4
defines if after the chroot stage and before the beginning of the binary
stage, a interactive shell login should be spawned in the chroot in order to
@@ -515,10 +513,7 @@ values at latest when you distributing custom and unofficial images.
sets the VOLUME field in the header of a resulting CD/DVD and defaults to
\&'(\fIMODE\fP) (\fIDISTRIBUTION\fP) (\fIDATE\fP)' whereas MODE is expanded to the name
of the mode in use, DISTRIBUTION the distribution name, and DATE with the
-current date and time of the generation. When running in debian\-release mode
-however, it will instead default to 'Debian (\fIVERSION\fP) (\fIARCHITECTURE\fP)
-live' where VERSION becomes the numerical version of the release being built
-and ARCHITECTURE becomes the name of the architecture.
+current date and time of the generation.
.IP "\fB\-\-jffs2\-eraseblock\fP \fISIZE\fP" 4
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
@@ -621,8 +616,8 @@ sets additional options for mounting the copy\-on\-write layer in netboot
images and is by default empty.
.IP "\fB\-\-net\-cow\-path\fP \fIPATH\fP" 4
defines the path to client writable filesystem. Anywhere that
-\fIclient_mac_address\fP is specified in the path live\-initramfs will
-substitute the MAC address of the client delimited with hyphens.
+\fIclient_mac_address\fP is specified in the path live\-boot will substitute the
+MAC address of the client delimited with hyphens.
.PP
.IP "" 4
Example:
@@ -634,11 +629,10 @@ Example:
sets the IP or hostname that will be configured in the bootloader
configuration for the copy\-on\-write filesystem of your netboot image and is
by default empty.
-.IP "\fB\-\-net\-tarball\fP bzip2|gzip|tar|none" 4
-defines the format of the netboot image. Choosing tar results in a not
-compressed tarball, bzip2 and gzip in a bzip2 resp. gzip compressed
-tarball. Choosing none leads to no tarball at all, the plain binary
-directory is considered the output in this case. Default is gzip.
+.IP "\fB\-\-net\-tarball\fP true|false" 4
+defines if a compressed tarball should be created. Disabling this options
+leads to no tarball at all, the plain binary directory is considered the
+output in this case. Default is true.
.IP "\-p|\fB\-\-package\-lists\fP \fILIST\fP|\(dq\fILISTS\fP\(dq" 4
defines which lists available in /usr/share/live/build/lists should be
used. By default, this is set to standard. Note that in case you have local
@@ -689,11 +683,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/lb_local.de.1 b/manpages/de/lb_local.de.1
index 1015f88..72326ea 100644
--- a/manpages/de/lb_local.de.1
+++ b/manpages/de/lb_local.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb local\fP \- wrapper for local live\-build programs
diff --git a/manpages/de/lb_source.de.1 b/manpages/de/lb_source.de.1
index 007fedd..64153d4 100644
--- a/manpages/de/lb_source.de.1
+++ b/manpages/de/lb_source.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb source\fP \- Complete the source stage
diff --git a/manpages/de/lb_source_checksums.de.1 b/manpages/de/lb_source_checksums.de.1
index 1c60bf9..de7094a 100644
--- a/manpages/de/lb_source_checksums.de.1
+++ b/manpages/de/lb_source_checksums.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb source_checksums\fP \- Complete the source stage
diff --git a/manpages/de/lb_source_debian-live.de.1 b/manpages/de/lb_source_debian-live.de.1
index f33937b..52c2708 100644
--- a/manpages/de/lb_source_debian-live.de.1
+++ b/manpages/de/lb_source_debian-live.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb source_debian\-live\fP \- Complete the source stage
diff --git a/manpages/de/lb_source_debian.de.1 b/manpages/de/lb_source_debian.de.1
index 2aa8bc0..8bc22b5 100644
--- a/manpages/de/lb_source_debian.de.1
+++ b/manpages/de/lb_source_debian.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb source_debian\fP \- Complete the source stage
diff --git a/manpages/de/lb_source_disk.de.1 b/manpages/de/lb_source_disk.de.1
index 5633c0b..1ded451 100644
--- a/manpages/de/lb_source_disk.de.1
+++ b/manpages/de/lb_source_disk.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb source_disk\fP \- Complete the source stage
diff --git a/manpages/de/lb_source_iso.de.1 b/manpages/de/lb_source_iso.de.1
index 9a72f6d..1c2295a 100644
--- a/manpages/de/lb_source_iso.de.1
+++ b/manpages/de/lb_source_iso.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb source_iso\fP \- Complete the source stage
diff --git a/manpages/de/lb_source_net.de.1 b/manpages/de/lb_source_net.de.1
index f61bd07..848580f 100644
--- a/manpages/de/lb_source_net.de.1
+++ b/manpages/de/lb_source_net.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb source_net\fP \- Complete the source stage
diff --git a/manpages/de/lb_source_tar.de.1 b/manpages/de/lb_source_tar.de.1
index 8ca8196..5af9b43 100644
--- a/manpages/de/lb_source_tar.de.1
+++ b/manpages/de/lb_source_tar.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb source_tar\fP \- Complete the source stage
diff --git a/manpages/de/lb_source_usb.de.1 b/manpages/de/lb_source_usb.de.1
index 7bc6ac0..e20a832 100644
--- a/manpages/de/lb_source_usb.de.1
+++ b/manpages/de/lb_source_usb.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb source_usb\fP \- Complete the source stage
diff --git a/manpages/de/lb_source_virtual-hdd.de.1 b/manpages/de/lb_source_virtual-hdd.de.1
index 5eb6f3a..e964ccc 100644
--- a/manpages/de/lb_source_virtual-hdd.de.1
+++ b/manpages/de/lb_source_virtual-hdd.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb source_virtual\-hdd\fP \- Complete the source stage
diff --git a/manpages/de/lb_testroot.de.1 b/manpages/de/lb_testroot.de.1
index a8804c6..6a1abd5 100644
--- a/manpages/de/lb_testroot.de.1
+++ b/manpages/de/lb_testroot.de.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb testroot\fP \- Ensure that a system is built as root
diff --git a/manpages/de/live-build.de.7 b/manpages/de/live-build.de.7
index e91eeef..661513d 100644
--- a/manpages/de/live-build.de.7
+++ b/manpages/de/live-build.de.7
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 7 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 7 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlive\-build\fP \- the Debian Live tool suite
@@ -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
@@ -181,8 +179,6 @@ copy chroot into chroot
install debian\-installer into binary
.IP \fBlb_binary_disk\fP(1) 4
install disk information into binary
-.IP \fBlb_binary_encryption\fP(1) 4
-encrypts rootfs
.IP \fBlb_binary_grub\fP(1) 4
installs grub into binary
.IP \fBlb_binary_grub2\fP(1) 4
@@ -287,7 +283,9 @@ also put comments in these files; lines beginning with "#" are ignored.
.\" FIXME
.SH "SEE ALSO"
-\fIlive\-initramfs\fP(7)
+\fIlive\-boot\fP(7)
+.PP
+\fIlive\-config\fP(7)
.PP
This program is a part of live\-build.
diff --git a/manpages/en/lb.1 b/manpages/en/lb.1
index 05bd2c6..3d02f6c 100644
--- a/manpages/en/lb.1
+++ b/manpages/en/lb.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb\fR \- wrapper for live\-build programs
diff --git a/manpages/en/lb_binary.1 b/manpages/en/lb_binary.1
index 7ec6a11..3b11a99 100644
--- a/manpages/en/lb_binary.1
+++ b/manpages/en/lb_binary.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_checksums.1 b/manpages/en/lb_binary_checksums.1
index b6cf990..6580545 100644
--- a/manpages/en/lb_binary_checksums.1
+++ b/manpages/en/lb_binary_checksums.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_checksums\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_chroot.1 b/manpages/en/lb_binary_chroot.1
index b4a1f4e..697741e 100644
--- a/manpages/en/lb_binary_chroot.1
+++ b/manpages/en/lb_binary_chroot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_chroot\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_debian-installer.1 b/manpages/en/lb_binary_debian-installer.1
index 608498e..a7748ef 100644
--- a/manpages/en/lb_binary_debian-installer.1
+++ b/manpages/en/lb_binary_debian-installer.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_debian\-installer\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_disk.1 b/manpages/en/lb_binary_disk.1
index 54432f5..825c465 100644
--- a/manpages/en/lb_binary_disk.1
+++ b/manpages/en/lb_binary_disk.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_disk\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_encryption.1 b/manpages/en/lb_binary_encryption.1
deleted file mode 100644
index 825baf0..0000000
--- a/manpages/en/lb_binary_encryption.1
+++ /dev/null
@@ -1,33 +0,0 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
-
-.SH NAME
-\fBlb binary_encryption\fR \- Complete the binary stage
-
-.SH SYNOPSIS
-\fBlb binary_encryption\fR [\fIlive\-build options\fR]
-
-.SH DESCRIPTION
-\fBlb binary_encryption\fR is a low\-level command (plumbing) of \fIlive\-build\fR(7), the Debian Live tool suite.
-.PP
-.\" FIXME
-
-.SH OPTIONS
-\fBlb binary_encryption\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_binary_grub.1 b/manpages/en/lb_binary_grub.1
index 34b340e..eed840a 100644
--- a/manpages/en/lb_binary_grub.1
+++ b/manpages/en/lb_binary_grub.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_grub\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_grub2.1 b/manpages/en/lb_binary_grub2.1
index 86ad374..bcc5ab4 100644
--- a/manpages/en/lb_binary_grub2.1
+++ b/manpages/en/lb_binary_grub2.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_grub2\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_includes.1 b/manpages/en/lb_binary_includes.1
index 7b0bdc5..cbc93cd 100644
--- a/manpages/en/lb_binary_includes.1
+++ b/manpages/en/lb_binary_includes.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_includes\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_iso.1 b/manpages/en/lb_binary_iso.1
index a4b0f34..429df93 100644
--- a/manpages/en/lb_binary_iso.1
+++ b/manpages/en/lb_binary_iso.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_iso\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_linux-image.1 b/manpages/en/lb_binary_linux-image.1
index cb7f9ed..7ddcfa8 100644
--- a/manpages/en/lb_binary_linux-image.1
+++ b/manpages/en/lb_binary_linux-image.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_linux\-image\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_local-hooks.1 b/manpages/en/lb_binary_local-hooks.1
index 1198bdd..858ac79 100644
--- a/manpages/en/lb_binary_local-hooks.1
+++ b/manpages/en/lb_binary_local-hooks.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_local\-hooks\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_local-includes.1 b/manpages/en/lb_binary_local-includes.1
index f4ebca8..4f8b111 100644
--- a/manpages/en/lb_binary_local-includes.1
+++ b/manpages/en/lb_binary_local-includes.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_local\-includes\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_local-packagelists.1 b/manpages/en/lb_binary_local-packagelists.1
index 8c4563f..eb83bcc 100644
--- a/manpages/en/lb_binary_local-packagelists.1
+++ b/manpages/en/lb_binary_local-packagelists.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_local-packagelists\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_manifest.1 b/manpages/en/lb_binary_manifest.1
index 72069e1..00b41e0 100644
--- a/manpages/en/lb_binary_manifest.1
+++ b/manpages/en/lb_binary_manifest.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_manifest\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_memtest.1 b/manpages/en/lb_binary_memtest.1
index ab608ae..6236e26 100644
--- a/manpages/en/lb_binary_memtest.1
+++ b/manpages/en/lb_binary_memtest.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_memtest\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_net.1 b/manpages/en/lb_binary_net.1
index d852dc7..8873829 100644
--- a/manpages/en/lb_binary_net.1
+++ b/manpages/en/lb_binary_net.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_net\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_rootfs.1 b/manpages/en/lb_binary_rootfs.1
index a60f3a7..d90224f 100644
--- a/manpages/en/lb_binary_rootfs.1
+++ b/manpages/en/lb_binary_rootfs.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_rootfs\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_silo.1 b/manpages/en/lb_binary_silo.1
index e74cd5c..bac1836 100644
--- a/manpages/en/lb_binary_silo.1
+++ b/manpages/en/lb_binary_silo.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_silo\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_syslinux.1 b/manpages/en/lb_binary_syslinux.1
index b544de0..cbb84a2 100644
--- a/manpages/en/lb_binary_syslinux.1
+++ b/manpages/en/lb_binary_syslinux.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_syslinux\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_tar.1 b/manpages/en/lb_binary_tar.1
index 86ee68a..e2a22c6 100644
--- a/manpages/en/lb_binary_tar.1
+++ b/manpages/en/lb_binary_tar.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_tar\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_usb.1 b/manpages/en/lb_binary_usb.1
index fa73c1f..51079fd 100644
--- a/manpages/en/lb_binary_usb.1
+++ b/manpages/en/lb_binary_usb.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_usb\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_virtual-hdd.1 b/manpages/en/lb_binary_virtual-hdd.1
index e7127d7..5a69893 100644
--- a/manpages/en/lb_binary_virtual-hdd.1
+++ b/manpages/en/lb_binary_virtual-hdd.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_virtual\-hdd\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_win32-loader.1 b/manpages/en/lb_binary_win32-loader.1
index d75ee93..d02556b 100644
--- a/manpages/en/lb_binary_win32-loader.1
+++ b/manpages/en/lb_binary_win32-loader.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_win32\-loader\fR \- Complete the binary stage
diff --git a/manpages/en/lb_binary_yaboot.1 b/manpages/en/lb_binary_yaboot.1
index e69697d..193bac3 100644
--- a/manpages/en/lb_binary_yaboot.1
+++ b/manpages/en/lb_binary_yaboot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb binary_yaboot\fR \- Complete the binary stage
diff --git a/manpages/en/lb_bootstrap.1 b/manpages/en/lb_bootstrap.1
index 66680a8..b6fda31 100644
--- a/manpages/en/lb_bootstrap.1
+++ b/manpages/en/lb_bootstrap.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb bootstrap\fR \- Complete the bootstrap stage
diff --git a/manpages/en/lb_bootstrap_cache.1 b/manpages/en/lb_bootstrap_cache.1
index 4198f87..6a98159 100644
--- a/manpages/en/lb_bootstrap_cache.1
+++ b/manpages/en/lb_bootstrap_cache.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb bootstrap_cache\fR \- Complete the bootstrap stage
diff --git a/manpages/en/lb_bootstrap_cdebootstrap.1 b/manpages/en/lb_bootstrap_cdebootstrap.1
index 966e33d..060b896 100644
--- a/manpages/en/lb_bootstrap_cdebootstrap.1
+++ b/manpages/en/lb_bootstrap_cdebootstrap.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb bootstrap_cdebootstrap\fR \- Complete the bootstrap stage
diff --git a/manpages/en/lb_bootstrap_copy.1 b/manpages/en/lb_bootstrap_copy.1
index be0ce62..fa5075b 100644
--- a/manpages/en/lb_bootstrap_copy.1
+++ b/manpages/en/lb_bootstrap_copy.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb bootstrap_copy\fR \- Complete the bootstrap stage
diff --git a/manpages/en/lb_bootstrap_debootstrap.1 b/manpages/en/lb_bootstrap_debootstrap.1
index e3be25e..ca4c70e 100644
--- a/manpages/en/lb_bootstrap_debootstrap.1
+++ b/manpages/en/lb_bootstrap_debootstrap.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb bootstrap_debootstrap\fR \- Complete the bootstrap stage
diff --git a/manpages/en/lb_build.1 b/manpages/en/lb_build.1
index b405fa8..0102203 100644
--- a/manpages/en/lb_build.1
+++ b/manpages/en/lb_build.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb build\fR \- Complete the bootstrap, chroot, binary, and source stages
diff --git a/manpages/en/lb_chroot.1 b/manpages/en/lb_chroot.1
index bb4b2ac..a9fa6d7 100644
--- a/manpages/en/lb_chroot.1
+++ b/manpages/en/lb_chroot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_apt.1 b/manpages/en/lb_chroot_apt.1
index 956a030..1009b98 100644
--- a/manpages/en/lb_chroot_apt.1
+++ b/manpages/en/lb_chroot_apt.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_apt\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_cache.1 b/manpages/en/lb_chroot_cache.1
index 2ff6d39..4a16aac 100644
--- a/manpages/en/lb_chroot_cache.1
+++ b/manpages/en/lb_chroot_cache.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_cache\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_debianchroot.1 b/manpages/en/lb_chroot_debianchroot.1
index 36141fe..2b35dc1 100644
--- a/manpages/en/lb_chroot_debianchroot.1
+++ b/manpages/en/lb_chroot_debianchroot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_debianchroot\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_devpts.1 b/manpages/en/lb_chroot_devpts.1
index 9c0675d..33d968f 100644
--- a/manpages/en/lb_chroot_devpts.1
+++ b/manpages/en/lb_chroot_devpts.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_devpts\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_dpkg.1 b/manpages/en/lb_chroot_dpkg.1
index 57f1577..84474a7 100644
--- a/manpages/en/lb_chroot_dpkg.1
+++ b/manpages/en/lb_chroot_dpkg.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_dpkg\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_hacks.1 b/manpages/en/lb_chroot_hacks.1
index ee3ac65..8a98f3a 100644
--- a/manpages/en/lb_chroot_hacks.1
+++ b/manpages/en/lb_chroot_hacks.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_hacks\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_hooks.1 b/manpages/en/lb_chroot_hooks.1
index 561ae34..3d19662 100644
--- a/manpages/en/lb_chroot_hooks.1
+++ b/manpages/en/lb_chroot_hooks.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_hooks\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_hostname.1 b/manpages/en/lb_chroot_hostname.1
index e3a9157..0625c6a 100644
--- a/manpages/en/lb_chroot_hostname.1
+++ b/manpages/en/lb_chroot_hostname.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_hostname\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_hosts.1 b/manpages/en/lb_chroot_hosts.1
index 9a2118b..3c89bb9 100644
--- a/manpages/en/lb_chroot_hosts.1
+++ b/manpages/en/lb_chroot_hosts.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_hosts\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_install-packages.1 b/manpages/en/lb_chroot_install-packages.1
index b25bac1..ecd8f2a 100644
--- a/manpages/en/lb_chroot_install-packages.1
+++ b/manpages/en/lb_chroot_install-packages.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_install\-packages\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_interactive.1 b/manpages/en/lb_chroot_interactive.1
index 5887a4b..9a6d443 100644
--- a/manpages/en/lb_chroot_interactive.1
+++ b/manpages/en/lb_chroot_interactive.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_interactive\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_linux-image.1 b/manpages/en/lb_chroot_linux-image.1
index b9a8b84..147097c 100644
--- a/manpages/en/lb_chroot_linux-image.1
+++ b/manpages/en/lb_chroot_linux-image.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_linux\-image\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_local-hooks.1 b/manpages/en/lb_chroot_local-hooks.1
index 969bb6f..ec5a629 100644
--- a/manpages/en/lb_chroot_local-hooks.1
+++ b/manpages/en/lb_chroot_local-hooks.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_local\-hooks\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_local-includes.1 b/manpages/en/lb_chroot_local-includes.1
index 8e5a172..5197ef5 100644
--- a/manpages/en/lb_chroot_local-includes.1
+++ b/manpages/en/lb_chroot_local-includes.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_local\-includes\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_local-packagelists.1 b/manpages/en/lb_chroot_local-packagelists.1
index 6c6fdb2..69fff99 100644
--- a/manpages/en/lb_chroot_local-packagelists.1
+++ b/manpages/en/lb_chroot_local-packagelists.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_local\-packagelists\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_local-packages.1 b/manpages/en/lb_chroot_local-packages.1
index e0e2d15..01e9995 100644
--- a/manpages/en/lb_chroot_local-packages.1
+++ b/manpages/en/lb_chroot_local-packages.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_local\-packages\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_local-patches.1 b/manpages/en/lb_chroot_local-patches.1
index 1f1eafd..a6d71e4 100644
--- a/manpages/en/lb_chroot_local-patches.1
+++ b/manpages/en/lb_chroot_local-patches.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_local\-patches\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_local-preseed.1 b/manpages/en/lb_chroot_local-preseed.1
index b3db043..9c3180d 100644
--- a/manpages/en/lb_chroot_local-preseed.1
+++ b/manpages/en/lb_chroot_local-preseed.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_local\-preseed\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_localization.1 b/manpages/en/lb_chroot_localization.1
index 115a9c5..539820d 100644
--- a/manpages/en/lb_chroot_localization.1
+++ b/manpages/en/lb_chroot_localization.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_localization\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_packagelists.1 b/manpages/en/lb_chroot_packagelists.1
index c4dc3c3..9a85fce 100644
--- a/manpages/en/lb_chroot_packagelists.1
+++ b/manpages/en/lb_chroot_packagelists.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_packagelists\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_packages.1 b/manpages/en/lb_chroot_packages.1
index de73df0..233e4c6 100644
--- a/manpages/en/lb_chroot_packages.1
+++ b/manpages/en/lb_chroot_packages.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_packages\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_preseed.1 b/manpages/en/lb_chroot_preseed.1
index 8e39ad4..0b6ff24 100644
--- a/manpages/en/lb_chroot_preseed.1
+++ b/manpages/en/lb_chroot_preseed.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_preseed\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_proc.1 b/manpages/en/lb_chroot_proc.1
index b9febf1..ae651b8 100644
--- a/manpages/en/lb_chroot_proc.1
+++ b/manpages/en/lb_chroot_proc.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_proc\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_resolv.1 b/manpages/en/lb_chroot_resolv.1
index f3ce1f1..01584ea 100644
--- a/manpages/en/lb_chroot_resolv.1
+++ b/manpages/en/lb_chroot_resolv.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_resolv\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_selinuxfs.1 b/manpages/en/lb_chroot_selinuxfs.1
index de16b21..d5bc8e1 100644
--- a/manpages/en/lb_chroot_selinuxfs.1
+++ b/manpages/en/lb_chroot_selinuxfs.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_selinuxfs\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_sources.1 b/manpages/en/lb_chroot_sources.1
index 9bb1b89..affe05e 100644
--- a/manpages/en/lb_chroot_sources.1
+++ b/manpages/en/lb_chroot_sources.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_sources\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_sysfs.1 b/manpages/en/lb_chroot_sysfs.1
index 976598d..0c2d9be 100644
--- a/manpages/en/lb_chroot_sysfs.1
+++ b/manpages/en/lb_chroot_sysfs.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_sysfs\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_sysv-rc.1 b/manpages/en/lb_chroot_sysv-rc.1
index c4ee661..8a91b76 100644
--- a/manpages/en/lb_chroot_sysv-rc.1
+++ b/manpages/en/lb_chroot_sysv-rc.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_sysv-rc\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_sysvinit.1 b/manpages/en/lb_chroot_sysvinit.1
deleted file mode 100644
index 8ae98b3..0000000
--- a/manpages/en/lb_chroot_sysvinit.1
+++ /dev/null
@@ -1,33 +0,0 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 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_chroot_tasks.1 b/manpages/en/lb_chroot_tasks.1
index 1a0fa62..2363f33 100644
--- a/manpages/en/lb_chroot_tasks.1
+++ b/manpages/en/lb_chroot_tasks.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_tasks\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_chroot_upstart.1 b/manpages/en/lb_chroot_upstart.1
index ea30504..310d929 100644
--- a/manpages/en/lb_chroot_upstart.1
+++ b/manpages/en/lb_chroot_upstart.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb chroot_upstart\fR \- Complete the chroot stage
diff --git a/manpages/en/lb_clean.1 b/manpages/en/lb_clean.1
index f1cfa4d..aa90012 100644
--- a/manpages/en/lb_clean.1
+++ b/manpages/en/lb_clean.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb clean\fR \- Clean build directory
diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1
index 4923d24..88a545c 100644
--- a/manpages/en/lb_config.1
+++ b/manpages/en/lb_config.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb config\fR \- Create config directory
@@ -17,8 +17,6 @@
.br
[\fB\-\-apt\-indices\fR true|false|none]
.br
- [\fB\-\-apt\-pdiffs\fR true|false]
-.br
[\fB\-\-apt\-options\fR \fIOPTION\fR|"\fIOPTIONS\fR"]
.br
[\fB\-\-aptitude\-options\fR \fIOPTION\fR|"\fIOPTIONS\fR"]
@@ -59,6 +57,8 @@
.br
[\fB\-\-checksums\fR md5|sha1|sha256|none]
.br
+ [\fB\-\-compression\fR bzip2|gzip|lzip|none]
+.br
[\fB\-\-build\-with\-chroot\fR true|false]
.br
[\fB\-\-chroot\-filesystem\fR ext2|ext3|squashfs|plain|jffs2]
@@ -85,9 +85,9 @@
.br
[\-d|\fB\-\-distribution\fR \fICODENAME\fR]
.br
- [\fB\-\-dump\fR]
+ [\fB\-\-parent\-distribution\fR \fICODENAME\fR]
.br
- [\-e|\fB\-\-encryption\fR false|aes128|aes192|aes256]
+ [\fB\-\-dump\fR]
.br
[\fB\-\-fdisk\fR fdisk|fdisk.dist]
.br
@@ -105,7 +105,7 @@
.br
[\fB\-\-includes\fR \fIPATH\fR]
.br
- [\fB\-\-initramfs\fR auto|none|live\-boot|live\-initramfs|casper]
+ [\fB\-\-initramfs\fR auto|none|live\-boot|casper]
.br
[\fB\-\-interactive\fR shell]
.br
@@ -171,7 +171,7 @@
.br
[\fB\-\-net\-cow\-server\fR \fIIP\fR|\fIHOSTNAME\fR]
.br
- [\fB\-\-net\-tarball\fR bzip2|gzip|tar|none]
+ [\fB\-\-net\-tarball\fR true|false]
.br
[\-p|\fB\-\-package\-lists\fR \fILIST\fR|\fI"LISTS"\fR]
.br
@@ -199,8 +199,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"]
@@ -228,7 +226,7 @@
.\" FIXME
\fBlb config\fR populates the configuration directory for live\-build. By default, this directory is named 'config' and is created in the current directory where \fBlb config\fR was executed.
.PP
-Note: Currently \fBlb config\fR tries to be smart and sets defaults for some options depending on the setting of other options (e.g. which linux packages to be used depending on if a lenny system gets build or not). This means that when generating a new configuration, you should call \fBlb config\fR only once with all options specified. Calling it several times with only a subset of the options each can result in non working configurations. This is also caused by the fact that \fBlb config\fR called with one option only changes that option, and leaves everything else as is unless its not defined. However, \fBlb config\fR does warn about know impossible or likely impossible combinations that would lead to non working live systems. If unsure, remove config/{binary,bootstrap,chroot,common,source} and call \fBlb config\fR again.
+Note: Currently \fBlb config\fR tries to be smart and sets defaults for some options depending on the setting of other options (e.g. which linux packages to be used depending on if a squeeze system gets build or not). This means that when generating a new configuration, you should call \fBlb config\fR only once with all options specified. Calling it several times with only a subset of the options each can result in non working configurations. This is also caused by the fact that \fBlb config\fR called with one option only changes that option, and leaves everything else as is unless its not defined. However, \fBlb config\fR does warn about know impossible or likely impossible combinations that would lead to non working live systems. If unsure, remove config/{binary,bootstrap,chroot,common,source} and call \fBlb config\fR again.
.\" FIXME
.SH OPTIONS
@@ -243,8 +241,6 @@ sets the ftp proxy to be used by apt. By default, this is empty but if the host
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 automatically set to the value of http_proxy.
.IP "\fB\-\-apt\-indices\fR true|false|none" 4
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.
-.IP "\fB\-\-apt\-pdiffs\fR true|false" 4
-defines whetever apt should use incremental package indices feature or not. This is true by default.
.IP "\fB\-\-apt\-options\fR \fIOPTION\fR|""\fIOPTIONS\fR""" 4
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 to \-\-yes to allow non-interactive installation of packages.
.IP "\fB\-\-aptitude\-options\fR \fIOPTION\fR|""\fIOPTIONS\fR""" 4
@@ -258,13 +254,13 @@ defines if apt should check repository signatures. This is true by default.
.IP "\-a|\fB\-\-architectures\fR \fIARCHITECTURE\fR" 4
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 architecture if your host system is not able to execute binaries for the target architecture natively. For example, building amd64 images on i386 and vice versa is possile if you have a 64bit capable i386 processor and the right kernel. But building powerpc images on an i386 system is not possible.
.IP "\-b|\fB\-\-binary\-images\fR iso|iso\-hybrid|net|tar|usb\-hdd" 4
-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\-hdd images, for legacy lenny and non\-syslinux images, it defaults to iso.
+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\-hdd images, for non\-syslinux images, it defaults to iso.
.IP "\fB\-\-binary\-filesystem\fR fat16|fat32|ext2" 4
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 example, when selection iso the resulting CD/DVD has always the filesystem ISO9660. When building usb\-hdd images for usb sticks, this is active. Note that it defaults to fat16 on all architectures except sparc where it defaults to ext2. Also note that if you choose fat16 and your resulting binary image gets bigger than 2GB, the binary filesystem automatically gets switched to fat32.
.IP "\fB\-\-bootappend\-install\fR \fIPARAMETER\fR|""\fIPARAMETERS\fR""" 4
sets boot parameters specific to debian\-installer, if included.
.IP "\fB\-\-bootappend\-live\fR \fIPARAMETER\fR|""\fIPARAMETERS\fR""" 4
-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 distributions in the manpage of live\-initramfs. On the images, a list of all parameters (without comments) is included in the /parameters.txt.
+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 distributions in the manpage of live\-boot and live\-config. On the images, a list of all parameters (without comments) is included in the /parameters.txt.
.IP "\fB\-\-bootloader\fR grub|syslinux|yaboot" 4
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 bootloader. For example, if you build a iso, always syslinux (or more precise, isolinux) is being used. Also note that some combinations of binary images types and bootloaders may be possible but live\-build does not support them yet. \fBlb config\fR will fail to create such a not yet supported configuration and give a explanation about it. For usb\-hdd images on amd64 and i386, the default is syslinux. yaboot is only used on powerpc.
.IP "\fB\-\-bootstrap\fR cdebootstrap|cdebootstrap-static|debootstrap|copy" 4
@@ -284,7 +280,9 @@ defines if downloaded packages files should be cached which is true by default.
.IP "\fB\-\-cache\-stages\fR true|false|\fISTAGE\fR|""\fISTAGES\fR""" 4
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 only cache the generated root filesystem in filesystem.{dir,ext*,squashfs}. This is useful during development if you want to rebuild the binary stage but not regenerate the root filesystem all the time.
.IP "\fB\-\-checksums\fR md5|sha1|sha256|none" 4
-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 together with their checksums. This in turn can be used by live\-initramfs' built\-in integrity\-check to verify the medium if specified at boot prompt. In general, this should not be false and is an important feature of live system released to the public. However, during development of very big images it can save some time by not calculating the checksums.
+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 together with their checksums. This in turn can be used by live\-boots built\-in integrity\-check to verify the medium if specified at boot prompt. In general, this should not be false and is an important feature of live system released to the public. However, during development of very big images it can save some time by not calculating the checksums.
+.IP "\fB\-\-compression\fR bzip2|gzip|lzip|none" 4
+defines the compression program to be used to compress tarballs. Defaults to gzip.
.IP "\fB\-\-build\-with\-chroot\fR true|false" 4
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. This is a very dangerous option, using the tools of the host system can lead to tainted and even non-bootable images if the host systems version of the required tools (mainly these are the bootloaders such as syslinux, grub and yaboot, and the auxilliary tools such as dosfstools, genisoimage, squashfs-tools and others) do not \fBexactely\fR match what is present at build-time in the target distribution. Never do disable this option unless you are \fBexactely\fR sure what you are doing and have \fBcompletely\fI understood its consequences.
.IP "\fB\-\-chroot\-filesystem\fR ext2|ext3|squashfs|plain|jffs2" 4
@@ -311,10 +309,10 @@ defines if the debian\-installer graphical GTK interface should be true or not.
turn on debugging informational messages.
.IP "\-d|\fB\-\-distribution\fR \fICODENAME\fR" 4
defines the distribution of the resulting live system.
+.IP "\-d|\fB\-\-parent\-distribution\fR \fICODENAME\fR" 4
+defines the parent distribution for derivatives of the resulting live system.
.IP "\fB\-\-dump\fR" 4
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 reports, we do get all informations required for us to locate and replicate an error.
-.IP "\-e|\fB\-\-encryption\fR false|aes128|aes192|aes256" 4
-defines if the root filesystem should be encrypted or not. By default, this is false.
.IP "\fB\-\-fdisk\fR fdisk|fdisk.dist" 4
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.
.IP "\fB\-\-force\fR" 4
@@ -331,8 +329,8 @@ sets the hostname of the live system.
\fBlb config\fR by default reads system defaults from /etc/live/build.conf and /etc/live/build.d when generating a new live system config directory. This is useful if you want to set global settings, such as mirror locations, and don't want to specify them all of the time.
.IP "\fB\-\-includes\fR \fIPATH|none\fR" 4
sets the path to the includes that live\-build is going to use, e.g. additional minimal documentation that you want to have on all live systems. By default, this is set to /usr/share/live/build/includes/. Choose none to disable inclusion of documentation.
-.IP "\fB\-\-initramfs\fR auto|none|live\-boot|live\-initramfs|casper" 4
-sets the name of package that contains the live system specific initramfs modification. By default, auto is used, which means that at build time of the image rather than on configuration time, the value will be expanded to casper when building ubuntu systems, to live\-initramfs for legacy lenny, and to live\-boot for squeeze and newer. Using 'none' is useful if the resulting system image should not be a live image (experimental).
+.IP "\fB\-\-initramfs\fR auto|none|live\-boot|casper" 4
+sets the name of package that contains the live system specific initramfs modification. By default, auto is used, which means that at build time of the image rather than on configuration time, the value will be expanded to casper when building ubuntu systems, to live\-boot for all other systems. Using 'none' is useful if the resulting system image should not be a live image (experimental).
.IP "\fB\-\-interactive\fR shell" 4
defines if after the chroot stage and before the beginning of the binary stage, a interactive shell login should be spawned in the chroot in order to allow you to do manual customizations. Once you close the shell with logout or exit, the build will continue as usual. Note that it's strongly discouraged to use this for anything else than testing. Modifications that should be present in all builds of a live system should be properly made through hooks. Everything else destroys the beauty of being able to completely automatise the build process and making it non interactive. By default, this is of course false.
.IP "\fB\-\-isohybrid\-options\fR \fIOPTION\fR|""\fIOPTIONS\fR""" 4
@@ -344,7 +342,7 @@ sets the PREPARER field in the header of a resulting CD/DVD image. By default th
.IP "\fB\-\-iso\-publisher\fR \fINAME\fR" 4
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\-live at lists.debian.org'. Remember to change this to the appropriate values at latest when you distributing custom and unofficial images.
.IP "\fB\-\-iso\-volume\fR \fINAME\fR" 4
-sets the VOLUME field in the header of a resulting CD/DVD and defaults to '(\fIMODE\fR) (\fIDISTRIBUTION\fR) (\fIDATE\fR)' whereas MODE is expanded to the name of the mode in use, DISTRIBUTION the distribution name, and DATE with the current date and time of the generation. When running in debian\-release mode however, it will instead default to 'Debian (\fIVERSION\fR) (\fIARCHITECTURE\fR) live' where VERSION becomes the numerical version of the release being built and ARCHITECTURE becomes the name of the architecture.
+sets the VOLUME field in the header of a resulting CD/DVD and defaults to '(\fIMODE\fR) (\fIDISTRIBUTION\fR) (\fIDATE\fR)' whereas MODE is expanded to the name of the mode in use, DISTRIBUTION the distribution name, and DATE with the current date and time of the generation.
.IP "\fB\-\-jffs2\-eraseblock\fR \fISIZE\fR" 4
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 than the erase block size of the target MTD device, JFFS2 may not perform optimally. If the SIZE specified is below 4096, the units are assumed to be KiB.
.IP "\fB\-\-keyring\-packages\fR \fIPACKAGE\fI|""\fIPACKAGES\fR""" 4
@@ -394,7 +392,7 @@ defines the filesystem type for the copy\-on\-write layer and defaults to nfs.
.IP "\fB\-\-net\-cow\-mountoptions\fR \fIOPTIONS\fR" 4
sets additional options for mounting the copy\-on\-write layer in netboot images and is by default empty.
.IP "\fB\-\-net\-cow\-path\fR \fIPATH\fR" 4
-defines the path to client writable filesystem. Anywhere that \fIclient_mac_address\fR is specified in the path live\-initramfs will substitute the MAC address of the client delimited with hyphens.
+defines the path to client writable filesystem. Anywhere that \fIclient_mac_address\fR is specified in the path live\-boot will substitute the MAC address of the client delimited with hyphens.
.PP
.IP "" 4
Example:
@@ -404,8 +402,8 @@ Example:
/export/hosts/00\-16\-D3\-33\-92\-E8
.IP "\fB\-\-net\-cow\-server\fR \fIIP\fR|\fIHOSTNAME\fR" 4
sets the IP or hostname that will be configured in the bootloader configuration for the copy\-on\-write filesystem of your netboot image and is by default empty.
-.IP "\fB\-\-net\-tarball\fR bzip2|gzip|tar|none" 4
-defines the format of the netboot image. Choosing tar results in a not compressed tarball, bzip2 and gzip in a bzip2 resp. gzip compressed tarball. Choosing none leads to no tarball at all, the plain binary directory is considered the output in this case. Default is gzip.
+.IP "\fB\-\-net\-tarball\fR true|false" 4
+defines if a compressed tarball should be created. Disabling this options leads to no tarball at all, the plain binary directory is considered the output in this case. Default is true.
.IP "\-p|\fB\-\-package\-lists\fR \fILIST\fR|""\fILISTS\fR""" 4
defines which lists available in /usr/share/live/build/lists should be used. By default, this is set to standard. Note that in case you have local package lists, you don't need to list them here. Putting them into config/chroot_local-packagelists is enough (the filename needs to have the .list suffix though).
.IP "\fB\-\-packages\fR \fIPACKAGE\fR|""\fIPACKAGES\fR""" 4
@@ -432,8 +430,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/lb_local.1 b/manpages/en/lb_local.1
index cbf0c9a..c60f1a3 100644
--- a/manpages/en/lb_local.1
+++ b/manpages/en/lb_local.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb local\fR \- wrapper for local live\-build programs
diff --git a/manpages/en/lb_source.1 b/manpages/en/lb_source.1
index 810e76b..ddef7e3 100644
--- a/manpages/en/lb_source.1
+++ b/manpages/en/lb_source.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb source\fR \- Complete the source stage
diff --git a/manpages/en/lb_source_checksums.1 b/manpages/en/lb_source_checksums.1
index 018f145..671d20f 100644
--- a/manpages/en/lb_source_checksums.1
+++ b/manpages/en/lb_source_checksums.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb source_checksums\fR \- Complete the source stage
diff --git a/manpages/en/lb_source_debian-live.1 b/manpages/en/lb_source_debian-live.1
index cc6aa0e..436f32a 100644
--- a/manpages/en/lb_source_debian-live.1
+++ b/manpages/en/lb_source_debian-live.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb source_debian\-live\fR \- Complete the source stage
diff --git a/manpages/en/lb_source_debian.1 b/manpages/en/lb_source_debian.1
index fa272f8..d9d0eee 100644
--- a/manpages/en/lb_source_debian.1
+++ b/manpages/en/lb_source_debian.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb source_debian\fR \- Complete the source stage
diff --git a/manpages/en/lb_source_disk.1 b/manpages/en/lb_source_disk.1
index 91aae1c..0160697 100644
--- a/manpages/en/lb_source_disk.1
+++ b/manpages/en/lb_source_disk.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb source_disk\fR \- Complete the source stage
diff --git a/manpages/en/lb_source_iso.1 b/manpages/en/lb_source_iso.1
index 042c697..3da773c 100644
--- a/manpages/en/lb_source_iso.1
+++ b/manpages/en/lb_source_iso.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb source_iso\fR \- Complete the source stage
diff --git a/manpages/en/lb_source_net.1 b/manpages/en/lb_source_net.1
index a6507c3..d96833e 100644
--- a/manpages/en/lb_source_net.1
+++ b/manpages/en/lb_source_net.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb source_net\fR \- Complete the source stage
diff --git a/manpages/en/lb_source_tar.1 b/manpages/en/lb_source_tar.1
index d128ae6..ababcaf 100644
--- a/manpages/en/lb_source_tar.1
+++ b/manpages/en/lb_source_tar.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb source_tar\fR \- Complete the source stage
diff --git a/manpages/en/lb_source_usb.1 b/manpages/en/lb_source_usb.1
index 9d0ef94..f60e0dc 100644
--- a/manpages/en/lb_source_usb.1
+++ b/manpages/en/lb_source_usb.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb source_usb\fR \- Complete the source stage
diff --git a/manpages/en/lb_source_virtual-hdd.1 b/manpages/en/lb_source_virtual-hdd.1
index cc07e65..90f3fea 100644
--- a/manpages/en/lb_source_virtual-hdd.1
+++ b/manpages/en/lb_source_virtual-hdd.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb source_virtual\-hdd\fR \- Complete the source stage
diff --git a/manpages/en/lb_testroot.1 b/manpages/en/lb_testroot.1
index b42fb84..4a90989 100644
--- a/manpages/en/lb_testroot.1
+++ b/manpages/en/lb_testroot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 1 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlb testroot\fR \- Ensure that a system is built as root
diff --git a/manpages/en/live-build.7 b/manpages/en/live-build.7
index 72d9fed..79ba4c4 100644
--- a/manpages/en/live-build.7
+++ b/manpages/en/live-build.7
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 7 2010\-12\-14 3.0~a10 "Debian Live Project"
+.TH LIVE\-BUILD 7 2011\-01\-11 3.0~a11 "Debian Live Project"
.SH NAME
\fBlive\-build\fR \- the Debian Live tool suite
@@ -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
@@ -158,8 +156,6 @@ copy chroot into chroot
install debian\-installer into binary
.IP "\fBlb_binary_disk\fR(1)" 4
install disk information into binary
-.IP "\fBlb_binary_encryption\fR(1)" 4
-encrypts rootfs
.IP "\fBlb_binary_grub\fR(1)" 4
installs grub into binary
.IP "\fBlb_binary_grub2\fR(1)" 4
@@ -240,7 +236,9 @@ All config files are shell scripts which are sourced by a live\-build program. T
.\" FIXME
.SH SEE ALSO
-\fIlive\-initramfs\fR(7)
+\fIlive\-boot\fR(7)
+.PP
+\fIlive\-config\fR(7)
.PP
This program is a part of live\-build.
diff --git a/manpages/po/de/lb.1.po b/manpages/po/de/lb.1.po
index bf92b40..543c3ca 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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 bea89e5..fddda93 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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 f7dfe0a..47a0fea 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 067a753..e3a57e7 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 9d77fff..fe78260 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 476ab72..e8e14df 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, no-wrap
msgid "B<n/a>"
msgstr ""
diff --git a/manpages/po/de/lb_binary_encryption.1.po b/manpages/po/de/lb_binary_encryption.1.po
deleted file mode 100644
index 100fad1..0000000
--- a/manpages/po/de/lb_binary_encryption.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: 2010-12-14 13:14+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 "2010-12-14"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1: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_binary_encryption.1:5
-msgid "B<lb binary_encryption> - Complete the binary stage"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_binary_encryption.1:8
-msgid "B<lb binary_encryption> [I<live-build options>]"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_binary_encryption.1:11
-msgid ""
-"B<lb binary_encryption> is a low-level command (plumbing) of I<live-build>"
-"(7), the Debian Live tool suite."
-msgstr ""
-
-#. type: Plain text
-#: en/lb_binary_encryption.1:16
-msgid ""
-"B<lb binary_encryption> has no specific options but understands all generic "
-"live-build options. See I<live-build>(7) for a complete list of all generic "
-"live-build options."
-msgstr ""
diff --git a/manpages/po/de/lb_binary_grub.1.po b/manpages/po/de/lb_binary_grub.1.po
index 1909b20..c7925b4 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 a5ca2c4..c129383 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 e0b18c4..6cf150b 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 5322cbf..4b2ac14 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 9360784..a7a5d70 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 864eeb7..63c8c00 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 baf2a05..2673b4b 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 6e14ac9..591e644 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 04ff6fc..65ce2e2 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 f715f02..0f3e330 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 3494be8..f168ff4 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 9a9ae74..fb299b2 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 65a0b50..6136fd7 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 afe76f1..2973f65 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 1ba0533..b9bd701 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 4270dec..2edeb87 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 4992d14..9ea08a7 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 d7a3d09..cd108cd 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 0bbd2e9..3c64941 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 9cc61c4..35bbf3a 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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 6c5c612..b2fcf7f 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 d33a330..3253572 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 6ad4ede..aed22b0 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 0ad9ef5..3d2e902 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 fa69a87..8c54133 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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 b01028b..66a402d 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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 15cb055..d3bf6aa 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 6549e04..68d7262 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 e91add7..118d754 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 7d79a84..200b930 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 c1e102d..388d5df 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 bbb15de..2418eb1 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 e186f8e..638ef34 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 d63bf72..7e0e034 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 d3cf251..0ece049 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 b69365b..6b3f9b9 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 f9a8eb7..9427d26 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 3d0f75c..93087bb 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 9cf1f14..ca79701 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 62bab18..1a8765b 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 5f31b22..37307c7 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 1a6e08f..c1cc6fd 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 497d317..58cc508 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 3829576..2f0079d 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 525e690..67cd9b6 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 5eaf77b..d7749d6 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 3b663b9..dfde41d 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 94a5659..8ab36ec 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 7205637..3a0196f 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 6efebe9..30c5d9e 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 063148e..38a95c2 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 02e30b6..d928330 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 5956525..67b3d4a 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 0e9a62c..7cd036f 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 6dda092..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: 2010-12-14 13:14+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 "2010-12-14"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1: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 3aea9c5..c266fbe 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 8dc2160..e6c18e1 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 0e1620d..ff79573 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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 d9b0023..95ace6a 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:36+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"PO-Revision-Date: 2011-01-02 01:12+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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."
@@ -722,107 +704,107 @@ msgstr ""
#. type: Plain text
#: en/lb_config.1:21
-msgid " [B<--apt-pdiffs> true|false]"
+msgid " [B<--apt-options> I<OPTION>|\"I<OPTIONS>\"]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:23
-msgid " [B<--apt-options> I<OPTION>|\"I<OPTIONS>\"]"
+msgid " [B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\"]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:25
-msgid " [B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\"]"
+msgid " [B<--apt-pipeline> I<DEPTH>]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:27
-msgid " [B<--apt-pipeline> I<DEPTH>]"
+msgid " [B<--apt-recommends> true|false]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:29
-msgid " [B<--apt-recommends> true|false]"
+msgid " [B<--apt-secure> true|false]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:31
-msgid " [B<--apt-secure> true|false]"
+msgid " [-a|B<--architectures> I<ARCHITECTURE>]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:33
-msgid " [-a|B<--architectures> I<ARCHITECTURE>]"
+msgid " [-b|B<--binary-images> iso|iso-hybrid|net|tar|usb-hdd]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:35
-msgid " [-b|B<--binary-images> iso|iso-hybrid|net|tar|usb-hdd]"
+msgid " [B<--binary-filesystem> fat16|fat32|ext2]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:37
-msgid " [B<--binary-filesystem> fat16|fat32|ext2]"
+msgid " [B<--bootappend-install> I<PARAMETER>|I<\"PARAMETERS\">]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:39
-msgid " [B<--bootappend-install> I<PARAMETER>|I<\"PARAMETERS\">]"
+msgid " [B<--bootappend-live> I<PARAMETER>|I<\"PARAMETERS\">]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:41
-msgid " [B<--bootappend-live> I<PARAMETER>|I<\"PARAMETERS\">]"
+msgid " [B<--bootloader> grub|syslinux|yaboot]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:43
-msgid " [B<--bootloader> grub|syslinux|yaboot]"
+msgid " [B<--bootstrap> cdebootstrap|cdebootstrap-static|debootstrap|copy]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:45
-msgid " [B<--bootstrap> cdebootstrap|cdebootstrap-static|debootstrap|copy]"
+msgid " [B<--bootstrap-config> I<FILE>]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:47
-msgid " [B<--bootstrap-config> I<FILE>]"
+msgid " [-f|B<--bootstrap-flavour> minimal|standard]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:49
-msgid " [-f|B<--bootstrap-flavour> minimal|standard]"
+msgid " [B<--bootstrap-keyring> I<PACKAGE>]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:51
-msgid " [B<--bootstrap-keyring> I<PACKAGE>]"
+msgid " [B<--cache> true|false]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:53
-msgid " [B<--cache> true|false]"
+msgid " [B<--cache-indices> true|false]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:55
-msgid " [B<--cache-indices> true|false]"
+msgid " [B<--cache-packages> true|false]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:57
-msgid " [B<--cache-packages> true|false]"
+msgid " [B<--cache-stages> I<STAGE>|I<\"STAGES\">]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:59
-msgid " [B<--cache-stages> I<STAGE>|I<\"STAGES\">]"
+msgid " [B<--checksums> md5|sha1|sha256|none]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:61
-msgid " [B<--checksums> md5|sha1|sha256|none]"
+msgid " [B<--compression> bzip2|gzip|lzip|none]"
msgstr ""
#. type: Plain text
@@ -893,12 +875,12 @@ msgstr ""
#. type: Plain text
#: en/lb_config.1:89
-msgid " [B<--dump>]"
+msgid " [B<--parent-distribution> I<CODENAME>]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:91
-msgid " [-e|B<--encryption> false|aes128|aes192|aes256]"
+msgid " [B<--dump>]"
msgstr ""
#. type: Plain text
@@ -943,7 +925,7 @@ msgstr ""
#. type: Plain text
#: en/lb_config.1:109
-msgid " [B<--initramfs> auto|none|live-boot|live-initramfs|casper]"
+msgid " [B<--initramfs> auto|none|live-boot|casper]"
msgstr ""
#. type: Plain text
@@ -1108,7 +1090,7 @@ msgstr ""
#. type: Plain text
#: en/lb_config.1:175
-msgid " [B<--net-tarball> bzip2|gzip|tar|none]"
+msgid " [B<--net-tarball> true|false]"
msgstr ""
#. type: Plain text
@@ -1178,62 +1160,57 @@ msgstr ""
#. type: Plain text
#: en/lb_config.1:203
-msgid " [B<--sysvinit> true|false]"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_config.1:205
msgid " [B<--tasksel> aptitude|tasksel]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:207
+#: en/lb_config.1:205
msgid " [B<--tasks> I<TASK>|\"I<TASKS>\"]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:209
+#: en/lb_config.1:207
msgid " [B<--templates> I<PATH>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:211
+#: en/lb_config.1:209
msgid " [B<--virtual-root-size >I<MB>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:213
+#: en/lb_config.1:211
msgid " [B<--volatile> true|false]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:215
+#: en/lb_config.1:213
msgid " [B<--backports> true|false]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:217
+#: en/lb_config.1:215
msgid " [B<--exposed-root> true|false]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:219
+#: en/lb_config.1:217
msgid " [B<--username> I<NAME>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:221
+#: en/lb_config.1:219
msgid " [B<--verbose>]"
msgstr ""
#. FIXME
#. type: Plain text
-#: en/lb_config.1:224
+#: en/lb_config.1:222
msgid " [B<--win32-loader true|false]>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:227
+#: en/lb_config.1:225
msgid ""
"B<lb config> is a high-level command (porcelain) of I<live-build>(7), the "
"Debian Live tool suite."
@@ -1241,7 +1218,7 @@ msgstr ""
#. FIXME
#. type: Plain text
-#: en/lb_config.1:230
+#: en/lb_config.1:228
msgid ""
"B<lb config> populates the configuration directory for live-build. By "
"default, this directory is named 'config' and is created in the current "
@@ -1250,11 +1227,11 @@ msgstr ""
#. FIXME
#. type: Plain text
-#: en/lb_config.1:233
+#: en/lb_config.1:231
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 "
-"to be used depending on if a lenny system gets build or not). This means "
+"to be used depending on if a squeeze system gets build or not). This means "
"that when generating a new configuration, you should call B<lb config> only "
"once with all options specified. Calling it several times with only a subset "
"of the options each can result in non working configurations. This is also "
@@ -1266,7 +1243,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:236
+#: en/lb_config.1:234
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 "
@@ -1275,26 +1252,26 @@ msgstr ""
#. FIXME
#. type: IP
-#: en/lb_config.1:238
+#: en/lb_config.1:236
#, no-wrap
msgid "B<--apt> apt|aptitude"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:240
+#: en/lb_config.1:238
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:240
+#: en/lb_config.1:238
#, no-wrap
msgid "B<--apt-ftp-proxy> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:242
+#: en/lb_config.1:240
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 "
@@ -1302,13 +1279,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:242
+#: en/lb_config.1:240
#, no-wrap
msgid "B<--apt-http-proxy> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:244
+#: en/lb_config.1:242
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 "
@@ -1316,39 +1293,26 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:244
+#: en/lb_config.1:242
#, no-wrap
msgid "B<--apt-indices> true|false|none"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:246
+#: en/lb_config.1:244
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:246
-#, no-wrap
-msgid "B<--apt-pdiffs> true|false"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_config.1:248
-msgid ""
-"defines whetever apt should use incremental package indices feature or not. "
-"This is true by default."
-msgstr ""
-
-#. type: IP
-#: en/lb_config.1:248
+#: en/lb_config.1:244
#, no-wrap
msgid "B<--apt-options> I<OPTION>|\"I<OPTIONS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:250
+#: en/lb_config.1:246
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 "
@@ -1356,13 +1320,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:250
+#: en/lb_config.1:246
#, no-wrap
msgid "B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:252
+#: en/lb_config.1:248
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 "
@@ -1370,13 +1334,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:252
+#: en/lb_config.1:248
#, no-wrap
msgid "B<--apt-pipeline> I<DEPTH>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:254
+#: en/lb_config.1:250
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 "
@@ -1388,38 +1352,38 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:254
+#: en/lb_config.1:250
#, no-wrap
msgid "B<--apt-recommends> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:256
+#: en/lb_config.1:252
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:256
+#: en/lb_config.1:252
#, no-wrap
msgid "B<--apt-secure> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:258
+#: en/lb_config.1:254
msgid ""
"defines if apt should check repository signatures. This is true by default."
msgstr ""
#. type: IP
-#: en/lb_config.1:258
+#: en/lb_config.1:254
#, no-wrap
msgid "-a|B<--architectures> I<ARCHITECTURE>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:260
+#: en/lb_config.1:256
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 "
@@ -1430,27 +1394,27 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:260
+#: en/lb_config.1:256
#, no-wrap
msgid "-b|B<--binary-images> iso|iso-hybrid|net|tar|usb-hdd"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:262
+#: en/lb_config.1:258
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-"
-"hdd images, for legacy lenny and non-syslinux images, it defaults to iso."
+"hdd images, for non-syslinux images, it defaults to iso."
msgstr ""
#. type: IP
-#: en/lb_config.1:262
+#: en/lb_config.1:258
#, no-wrap
msgid "B<--binary-filesystem> fat16|fat32|ext2"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:264
+#: en/lb_config.1:260
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 "
@@ -1463,39 +1427,39 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:264
+#: en/lb_config.1:260
#, no-wrap
msgid "B<--bootappend-install> I<PARAMETER>|\"I<PARAMETERS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:266
+#: en/lb_config.1:262
msgid "sets boot parameters specific to debian-installer, if included."
msgstr ""
#. type: IP
-#: en/lb_config.1:266
+#: en/lb_config.1:262
#, no-wrap
msgid "B<--bootappend-live> I<PARAMETER>|\"I<PARAMETERS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:268
+#: en/lb_config.1:264
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 "
-"distributions in the manpage of live-initramfs. On the images, a list of all "
-"parameters (without comments) is included in the /parameters.txt."
+"distributions in the manpage of live-boot and live-config. On the images, a "
+"list of all parameters (without comments) is included in the /parameters.txt."
msgstr ""
#. type: IP
-#: en/lb_config.1:268
+#: en/lb_config.1:264
#, no-wrap
msgid "B<--bootloader> grub|syslinux|yaboot"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:270
+#: en/lb_config.1:266
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 "
@@ -1508,13 +1472,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:270
+#: en/lb_config.1:266
#, no-wrap
msgid "B<--bootstrap> cdebootstrap|cdebootstrap-static|debootstrap|copy"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:272
+#: en/lb_config.1:268
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 "
@@ -1524,13 +1488,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:272
+#: en/lb_config.1:268
#, no-wrap
msgid "B<--bootstrap-config> I<FILE>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:274
+#: en/lb_config.1:270
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 "
@@ -1539,13 +1503,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:274
+#: en/lb_config.1:270
#, no-wrap
msgid "-f|B<--bootstrap-flavour> minimal|standard"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:276
+#: en/lb_config.1:272
msgid ""
"defines if the bootstrap program should bootstrap the standard system (all "
"packages of priority required and important, which is the default) or a "
@@ -1553,39 +1517,39 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:276
+#: en/lb_config.1:272
#, no-wrap
msgid "B<--bootstrap-keyring> I<PACKAGE>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:278
+#: en/lb_config.1:274
msgid ""
"sets the archive keyring package to be used. Default is debian-archive-"
"keyring."
msgstr ""
#. type: IP
-#: en/lb_config.1:278
+#: en/lb_config.1:274
#, no-wrap
msgid "B<--cache> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:280
+#: en/lb_config.1:276
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:280
+#: en/lb_config.1:276
#, no-wrap
msgid "B<--cache-indices> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:282
+#: en/lb_config.1:278
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 "
@@ -1593,13 +1557,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:282
+#: en/lb_config.1:278
#, no-wrap
msgid "B<--cache-packages> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:284
+#: en/lb_config.1:280
msgid ""
"defines if downloaded packages files should be cached which is true by "
"default. Disabling it does save space consumtion in your build directory, "
@@ -1610,13 +1574,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:284
+#: en/lb_config.1:280
#, no-wrap
msgid "B<--cache-stages> true|false|I<STAGE>|\"I<STAGES>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:286
+#: en/lb_config.1:282
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 "
@@ -1626,31 +1590,44 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:286
+#: en/lb_config.1:282
#, no-wrap
msgid "B<--checksums> md5|sha1|sha256|none"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:288
+#: en/lb_config.1:284
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 "
-"together with their checksums. This in turn can be used by live-initramfs' "
-"built-in integrity-check to verify the medium if specified at boot prompt. "
-"In general, this should not be false and is an important feature of live "
-"system released to the public. However, during development of very big "
-"images it can save some time by not calculating the checksums."
+"together with their checksums. This in turn can be used by live-boots built-"
+"in integrity-check to verify the medium if specified at boot prompt. In "
+"general, this should not be false and is an important feature of live system "
+"released to the public. However, during development of very big images it "
+"can save some time by not calculating the checksums."
msgstr ""
#. type: IP
-#: en/lb_config.1:288
+#: en/lb_config.1:284
+#, no-wrap
+msgid "B<--compression> bzip2|gzip|lzip|none"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:286
+msgid ""
+"defines the compression program to be used to compress tarballs. Defaults to "
+"gzip."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:286
#, no-wrap
msgid "B<--build-with-chroot> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:290
+#: en/lb_config.1:288
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. "
@@ -1665,13 +1642,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:290
+#: en/lb_config.1:288
#, no-wrap
msgid "B<--chroot-filesystem> ext2|ext3|squashfs|plain|jffs2"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:292
+#: en/lb_config.1:290
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 "
@@ -1682,39 +1659,39 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:292
+#: en/lb_config.1:290
#, no-wrap
msgid "B<--clean>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:294
+#: en/lb_config.1:292
msgid ""
"minimizes config directory by automatically removing unused and thus empty "
"subdirectories."
msgstr ""
#. type: IP
-#: en/lb_config.1:294
+#: en/lb_config.1:292
#, no-wrap
msgid "-c|B<--conffile> I<FILE>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:296
+#: en/lb_config.1:294
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:296
+#: en/lb_config.1:294
#, no-wrap
msgid "B<--debconf-frontend> dialog|editor|noninteractive|readline"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:298
+#: en/lb_config.1:296
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, "
@@ -1722,13 +1699,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:298
+#: en/lb_config.1:296
#, no-wrap
msgid "B<--debconf-nowarnings> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:300
+#: en/lb_config.1:298
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 "
@@ -1736,13 +1713,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:300
+#: en/lb_config.1:298
#, no-wrap
msgid "B<--debconf-priority> low|medium|high|critical"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:302
+#: en/lb_config.1:300
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 "
@@ -1751,13 +1728,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:302
+#: en/lb_config.1:300
#, no-wrap
msgid "B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:304
+#: en/lb_config.1:302
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 "
@@ -1769,13 +1746,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:304
+#: en/lb_config.1:302
#, no-wrap
msgid "B<--debian-installer-distribution> daily|I<CODENAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:306
+#: en/lb_config.1:304
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 "
@@ -1784,26 +1761,26 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:306
+#: en/lb_config.1:304
#, no-wrap
msgid "B<--debian-installer-preseedfile> I<FILE>|I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:308
+#: en/lb_config.1:306
msgid ""
"sets the filename or URL for an optionally used and included preseeding file "
"for debian-installer."
msgstr ""
#. type: IP
-#: en/lb_config.1:308
+#: en/lb_config.1:306
#, no-wrap
msgid "B<--debian-installer-gui> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:310
+#: en/lb_config.1:308
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, "
@@ -1811,76 +1788,75 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:310 en/live-build.7:36
+#: en/lb_config.1:308 en/live-build.7:36
#, no-wrap
msgid "B<--debug>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:312
+#: en/lb_config.1:310
msgid "turn on debugging informational messages."
msgstr ""
#. type: IP
-#: en/lb_config.1:312
+#: en/lb_config.1:310
#, no-wrap
msgid "-d|B<--distribution> I<CODENAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:314
+#: en/lb_config.1:312
msgid "defines the distribution of the resulting live system."
msgstr ""
#. type: IP
-#: en/lb_config.1:314
+#: en/lb_config.1:312
#, no-wrap
-msgid "B<--dump>"
+msgid "-d|B<--parent-distribution> I<CODENAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:316
+#: en/lb_config.1:314
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 "
-"reports, we do get all informations required for us to locate and replicate "
-"an error."
+"defines the parent distribution for derivatives of the resulting live system."
msgstr ""
#. type: IP
-#: en/lb_config.1:316
+#: en/lb_config.1:314
#, no-wrap
-msgid "-e|B<--encryption> false|aes128|aes192|aes256"
+msgid "B<--dump>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:318
+#: en/lb_config.1:316
msgid ""
-"defines if the root filesystem should be encrypted or not. By default, this "
-"is false."
+"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 "
+"reports, we do get all informations required for us to locate and replicate "
+"an error."
msgstr ""
#. type: IP
-#: en/lb_config.1:318
+#: en/lb_config.1:316
#, no-wrap
msgid "B<--fdisk> fdisk|fdisk.dist"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:320
+#: en/lb_config.1:318
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:320 en/live-build.7:38
+#: en/lb_config.1:318 en/live-build.7:38
#, no-wrap
msgid "B<--force>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:322
+#: en/lb_config.1:320
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-"
@@ -1888,26 +1864,26 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:322
+#: en/lb_config.1:320
#, no-wrap
msgid "B<--grub-splash> I<FILE>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:324
+#: en/lb_config.1:322
msgid ""
"defines the name of an optional to be included splash screen graphic for the "
"grub bootloader."
msgstr ""
#. type: IP
-#: en/lb_config.1:324
+#: en/lb_config.1:322
#, no-wrap
msgid "B<--gzip-options> I<OPTION>|\"I<OPTIONS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:326
+#: en/lb_config.1:324
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 "
@@ -1916,13 +1892,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:326
+#: en/lb_config.1:324
#, no-wrap
msgid "B<--hooks> I<FILE>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:328
+#: en/lb_config.1:326
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 "
@@ -1930,24 +1906,24 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:328
+#: en/lb_config.1:326
#, no-wrap
msgid "B<--hostname> I<NAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:330
+#: en/lb_config.1:328
msgid "sets the hostname of the live system."
msgstr ""
#. type: IP
-#: en/lb_config.1:330
+#: en/lb_config.1:328
#, no-wrap
msgid "B<--ignore-system-defaults>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:332
+#: en/lb_config.1:330
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 "
@@ -1956,13 +1932,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:332
+#: en/lb_config.1:330
#, no-wrap
msgid "B<--includes> I<PATH|none>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:334
+#: en/lb_config.1:332
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. "
@@ -1971,30 +1947,30 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:334
+#: en/lb_config.1:332
#, no-wrap
-msgid "B<--initramfs> auto|none|live-boot|live-initramfs|casper"
+msgid "B<--initramfs> auto|none|live-boot|casper"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:336
+#: en/lb_config.1:334
msgid ""
"sets the name of package that contains the live system specific initramfs "
"modification. By default, auto is used, which means that at build time of "
"the image rather than on configuration time, the value will be expanded to "
-"casper when building ubuntu systems, to live-initramfs for legacy lenny, and "
-"to live-boot for squeeze and newer. Using 'none' is useful if the resulting "
-"system image should not be a live image (experimental)."
+"casper when building ubuntu systems, to live-boot for all other systems. "
+"Using 'none' is useful if the resulting system image should not be a live "
+"image (experimental)."
msgstr ""
#. type: IP
-#: en/lb_config.1:336
+#: en/lb_config.1:334
#, no-wrap
msgid "B<--interactive> shell"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:338
+#: en/lb_config.1:336
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 "
@@ -2008,24 +1984,24 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:338
+#: en/lb_config.1:336
#, no-wrap
msgid "B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:340
+#: en/lb_config.1:338
msgid "defines options to pass to isohybrid."
msgstr ""
#. type: IP
-#: en/lb_config.1:340
+#: en/lb_config.1:338
#, no-wrap
msgid "B<--iso-application> I<NAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:342
+#: en/lb_config.1:340
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 "
@@ -2033,13 +2009,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:342
+#: en/lb_config.1:340
#, no-wrap
msgid "B<--iso-preparer> I<NAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:344
+#: en/lb_config.1:342
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."
@@ -2048,13 +2024,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:344
+#: en/lb_config.1:342
#, no-wrap
msgid "B<--iso-publisher> I<NAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:346
+#: en/lb_config.1:344
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-"
@@ -2063,31 +2039,28 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:346
+#: en/lb_config.1:344
#, no-wrap
msgid "B<--iso-volume> I<NAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:348
+#: en/lb_config.1:346
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 "
"of the mode in use, DISTRIBUTION the distribution name, and DATE with the "
-"current date and time of the generation. When running in debian-release mode "
-"however, it will instead default to 'Debian (I<VERSION>) (I<ARCHITECTURE>) "
-"live' where VERSION becomes the numerical version of the release being built "
-"and ARCHITECTURE becomes the name of the architecture."
+"current date and time of the generation."
msgstr ""
#. type: IP
-#: en/lb_config.1:348
+#: en/lb_config.1:346
#, no-wrap
msgid "B<--jffs2-eraseblock> I<SIZE>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:350
+#: en/lb_config.1:348
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 "
@@ -2097,26 +2070,26 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:350
+#: en/lb_config.1:348
#, no-wrap
msgid "B<--keyring-packages> I<PACKAGE|\"PACKAGES>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:352
+#: en/lb_config.1:350
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:352
+#: en/lb_config.1:350
#, no-wrap
msgid "-l|B<--language> I<LANGUAGE>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:354
+#: en/lb_config.1:352
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 "
@@ -2124,26 +2097,26 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:354
+#: en/lb_config.1:352
#, no-wrap
msgid "-k|B<--linux-flavours> I<FLAVOUR>|\"I<FLAVOURS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:356
+#: en/lb_config.1:354
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:356
+#: en/lb_config.1:354
#, no-wrap
msgid "B<--linux-packages> \"I<PACKAGES>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:358
+#: en/lb_config.1:356
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 "
@@ -2157,26 +2130,26 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:358
+#: en/lb_config.1:356
#, no-wrap
msgid "B<--losetup> losetup|losetup.orig"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:360
+#: en/lb_config.1:358
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:360
+#: en/lb_config.1:358
#, no-wrap
msgid "B<--memtest> memtest86+|memtest86|none"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:362
+#: en/lb_config.1:360
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 "
@@ -2184,13 +2157,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:362
+#: en/lb_config.1:360
#, no-wrap
msgid "-m|B<--mirror-bootstrap> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:364
+#: en/lb_config.1:362
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 "
@@ -2198,13 +2171,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:364
+#: en/lb_config.1:362
#, no-wrap
msgid "B<--mirror-chroot> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:366
+#: en/lb_config.1:364
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 "
@@ -2212,13 +2185,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:366
+#: en/lb_config.1:364
#, no-wrap
msgid "B<--mirror-chroot-security> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:368
+#: en/lb_config.1:366
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 "
@@ -2226,13 +2199,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:368
+#: en/lb_config.1:366
#, no-wrap
msgid "B<--mirror-chroot-volatile> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:370
+#: en/lb_config.1:368
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 "
@@ -2240,13 +2213,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:370
+#: en/lb_config.1:368
#, no-wrap
msgid "B<--mirror-chroot-backports> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:372
+#: en/lb_config.1:370
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 "
@@ -2254,13 +2227,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:372
+#: en/lb_config.1:370
#, no-wrap
msgid "B<--mirror-binary> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:374
+#: en/lb_config.1:372
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 "
@@ -2270,13 +2243,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:374
+#: en/lb_config.1:372
#, no-wrap
msgid "B<--mirror-binary-security> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:376
+#: en/lb_config.1:374
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-"
@@ -2284,13 +2257,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:376
+#: en/lb_config.1:374
#, no-wrap
msgid "B<--mirror-binary-volatile> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:378
+#: en/lb_config.1:376
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 "
@@ -2298,13 +2271,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:378
+#: en/lb_config.1:376
#, no-wrap
msgid "B<--mirror-binary-backports> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:380
+#: en/lb_config.1:378
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/"
@@ -2312,13 +2285,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:380
+#: en/lb_config.1:378
#, no-wrap
msgid "B<--mirror-debian-installer> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:382
+#: en/lb_config.1:380
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 "
@@ -2326,52 +2299,52 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:382
+#: en/lb_config.1:380
#, no-wrap
msgid "B<--mode> debian|emdebian|ubuntu"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:384
+#: en/lb_config.1:382
msgid ""
"defines a global mode to load project specific defaults. By default this is "
"set to debian."
msgstr ""
#. type: IP
-#: en/lb_config.1:384
+#: en/lb_config.1:382
#, no-wrap
msgid "B<--net-root-filesystem> nfs|cfs"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:386
+#: en/lb_config.1:384
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:386
+#: en/lb_config.1:384
#, no-wrap
msgid "B<--net-root-mountoptions> I<OPTIONS>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:388
+#: en/lb_config.1:386
msgid ""
"sets additional options for mounting the root filesystem in netboot images "
"and is by default empty."
msgstr ""
#. type: IP
-#: en/lb_config.1:388
+#: en/lb_config.1:386
#, no-wrap
msgid "B<--net-root-path> I<PATH>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:390
+#: en/lb_config.1:388
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 "
@@ -2380,13 +2353,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:390
+#: en/lb_config.1:388
#, no-wrap
msgid "B<--net-root-server> I<IP>|I<HOSTNAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:392
+#: en/lb_config.1:390
msgid ""
"sets the IP or hostname that will be configured in the bootloader "
"configuration for the root filesystem of your netboot image. This defaults "
@@ -2394,67 +2367,67 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:392
+#: en/lb_config.1:390
#, no-wrap
msgid "B<--net-cow-filesystem> nfs|cfs"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:394
+#: en/lb_config.1:392
msgid ""
"defines the filesystem type for the copy-on-write layer and defaults to nfs."
msgstr ""
#. type: IP
-#: en/lb_config.1:394
+#: en/lb_config.1:392
#, no-wrap
msgid "B<--net-cow-mountoptions> I<OPTIONS>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:396
+#: en/lb_config.1:394
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:396
+#: en/lb_config.1:394
#, no-wrap
msgid "B<--net-cow-path> I<PATH>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:398
+#: en/lb_config.1:396
msgid ""
"defines the path to client writable filesystem. Anywhere that "
-"I<client_mac_address> is specified in the path live-initramfs will "
-"substitute the MAC address of the client delimited with hyphens."
+"I<client_mac_address> is specified in the path live-boot will substitute the "
+"MAC address of the client delimited with hyphens."
msgstr ""
#. type: Plain text
-#: en/lb_config.1:401
+#: en/lb_config.1:399
msgid "Example:"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:403
+#: en/lb_config.1:401
msgid "/export/hosts/client_mac_address"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:405
+#: en/lb_config.1:403
msgid "/export/hosts/00-16-D3-33-92-E8"
msgstr ""
#. type: IP
-#: en/lb_config.1:405
+#: en/lb_config.1:403
#, no-wrap
msgid "B<--net-cow-server> I<IP>|I<HOSTNAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:407
+#: en/lb_config.1:405
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 "
@@ -2462,28 +2435,27 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:407
+#: en/lb_config.1:405
#, no-wrap
-msgid "B<--net-tarball> bzip2|gzip|tar|none"
+msgid "B<--net-tarball> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:409
+#: en/lb_config.1:407
msgid ""
-"defines the format of the netboot image. Choosing tar results in a not "
-"compressed tarball, bzip2 and gzip in a bzip2 resp. gzip compressed tarball. "
-"Choosing none leads to no tarball at all, the plain binary directory is "
-"considered the output in this case. Default is gzip."
+"defines if a compressed tarball should be created. Disabling this options "
+"leads to no tarball at all, the plain binary directory is considered the "
+"output in this case. Default is true."
msgstr ""
#. type: IP
-#: en/lb_config.1:409
+#: en/lb_config.1:407
#, no-wrap
msgid "-p|B<--package-lists> I<LIST>|\"I<LISTS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:411
+#: en/lb_config.1:409
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 "
@@ -2493,13 +2465,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:411
+#: en/lb_config.1:409
#, no-wrap
msgid "B<--packages> I<PACKAGE>|\"I<PACKAGES>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:413
+#: en/lb_config.1:411
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 "
@@ -2508,37 +2480,37 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:413 en/live-build.7:40
+#: en/lb_config.1:411 en/live-build.7:40
#, no-wrap
msgid "B<--quiet>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:415
+#: en/lb_config.1:413
msgid "reduces the verbosity of messages output by B<lb build>."
msgstr ""
#. type: IP
-#: en/lb_config.1:415
+#: en/lb_config.1:413
#, no-wrap
msgid "-r|B<--repositories> I<REPOSITORY>|\"I<REPOSITORIES>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:417
+#: en/lb_config.1:415
msgid ""
"enables one of available third-party repository configurations in /usr/share/"
"live/build/repositories."
msgstr ""
#. type: IP
-#: en/lb_config.1:417
+#: en/lb_config.1:415
#, no-wrap
msgid "B<--root-command> sudo"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:419
+#: en/lb_config.1:417
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, "
@@ -2546,13 +2518,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:419
+#: en/lb_config.1:417
#, no-wrap
msgid "B<--use-fakeroot> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:421
+#: en/lb_config.1:419
msgid ""
"controls if live-build should utilize fakeroot and fakechroot to try and "
"avoid requiring root privillages where possible. By default, this option is "
@@ -2560,13 +2532,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:421
+#: en/lb_config.1:419
#, no-wrap
msgid "B<--archive-areas> I<ARCHIVE_AREA>|\"I<ARCHIVE_AREAS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:423
+#: en/lb_config.1:421
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. "
@@ -2576,26 +2548,26 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:423
+#: en/lb_config.1:421
#, no-wrap
msgid "B<--security> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:425
+#: en/lb_config.1:423
msgid ""
"defines if the security repositories specified in the security mirror "
"options should be used or not."
msgstr ""
#. type: IP
-#: en/lb_config.1:425
+#: en/lb_config.1:423
#, no-wrap
msgid "B<--source> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:427
+#: en/lb_config.1:425
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 "
@@ -2605,37 +2577,37 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:427
+#: en/lb_config.1:425
#, no-wrap
msgid "-s|B<--source-images> iso|net|tar|usb-hdd"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:429
+#: en/lb_config.1:427
msgid "defines the image type for the source image. Default is tar."
msgstr ""
#. type: IP
-#: en/lb_config.1:429
+#: en/lb_config.1:427
#, no-wrap
msgid "B<--syslinux-splash> I<FILE>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:431
+#: en/lb_config.1:429
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:431
+#: en/lb_config.1:429
#, no-wrap
msgid "B<--syslinux-timeout> I<SECONDS>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:433
+#: en/lb_config.1:431
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 "
@@ -2643,53 +2615,38 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:433
+#: en/lb_config.1:431
#, no-wrap
msgid "B<--syslinux-menu> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:435
+#: en/lb_config.1:433
msgid ""
"defines if syslinux should be make use of the vgamenu capabilities or not."
msgstr ""
#. type: IP
-#: en/lb_config.1:435
-#, no-wrap
-msgid "B<--sysvinit> true|false"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_config.1:437
-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:437
+#: en/lb_config.1:433
#, no-wrap
msgid "B<--tasksel> aptitude|tasksel"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:439
+#: en/lb_config.1:435
msgid ""
"selects which program is used to install tasks. By default, this is set to "
"tasksel."
msgstr ""
#. type: IP
-#: en/lb_config.1:439
+#: en/lb_config.1:435
#, no-wrap
msgid "B<--tasks> I<TASK>|\"I<TASKS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:441
+#: en/lb_config.1:437
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 "
@@ -2699,26 +2656,26 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:441
+#: en/lb_config.1:437
#, no-wrap
msgid "B<--templates> I<PATH>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:443
+#: en/lb_config.1:439
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:443
+#: en/lb_config.1:439
#, no-wrap
msgid "B<--virtual-root-size> MB"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:445
+#: en/lb_config.1:441
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 "
@@ -2726,39 +2683,39 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:445
+#: en/lb_config.1:441
#, no-wrap
msgid "B<--volatile> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:447
+#: en/lb_config.1:443
msgid ""
"defines if debian volatile package archives should be included in the image "
"or not."
msgstr ""
#. type: IP
-#: en/lb_config.1:447
+#: en/lb_config.1:443
#, no-wrap
msgid "B<--backports> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:449
+#: en/lb_config.1:445
msgid ""
"defines if debian backports package archives should be included in the image "
"or not."
msgstr ""
#. type: IP
-#: en/lb_config.1:449
+#: en/lb_config.1:445
#, no-wrap
msgid "B<--exposed-root> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:451
+#: en/lb_config.1:447
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 "
@@ -2766,48 +2723,48 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:451
+#: en/lb_config.1:447
#, no-wrap
msgid "B<--username> I<NAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:453
+#: en/lb_config.1:449
msgid "sets the name of the account of the default user in the live system."
msgstr ""
#. type: IP
-#: en/lb_config.1:453 en/live-build.7:42
+#: en/lb_config.1:449 en/live-build.7:42
#, no-wrap
msgid "B<--verbose>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:455
+#: en/lb_config.1:451
msgid "increases the verbosity of messages output by B<lb build>."
msgstr ""
#. type: IP
-#: en/lb_config.1:455
+#: en/lb_config.1:451
#, no-wrap
msgid "B<--win32-loader true|false>"
msgstr ""
#. FIXME
#. type: Plain text
-#: en/lb_config.1:458
+#: en/lb_config.1:454
msgid "defines if win32-loader should be included in the binary image or not."
msgstr ""
#. type: SH
-#: en/lb_config.1:459
+#: en/lb_config.1:455
#, no-wrap
msgid "ENVIRONMENT"
msgstr ""
#. FIXME
#. type: Plain text
-#: en/lb_config.1:462
+#: en/lb_config.1:458
msgid ""
"Currently, command line switches can also be specified through the "
"corresponding environment variable. However, this generally should not be "
@@ -2821,20 +2778,20 @@ msgstr ""
#. FIXME
#. type: IP
-#: en/lb_config.1:466
+#: en/lb_config.1:462
#, no-wrap
msgid "B<auto/config>"
msgstr ""
#. type: IP
-#: en/lb_config.1:467
+#: en/lb_config.1:463
#, no-wrap
msgid "B</etc/live/build.conf, /etc/live/build.d>"
msgstr ""
#. FIXME
#. type: Plain text
-#: en/lb_config.1:470
+#: en/lb_config.1:466
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 14bd29a..d1decc2 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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 20c7dc2..fc5c1f8 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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 979e0ba..a4d500e 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 2e5854c..fa94487 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 db5350c..f09ed25 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 78e860d..bfc66cc 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 6e4e4f8..424853d 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 bde361b..5780758 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 3d15905..3238bbd 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 640015c..47d67e6 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 9337ef6..b096b4f 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 047e9f7..b86cd03 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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 9d0d2b5..463e02d 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: 2010-12-14 13:14+0100\n"
-"PO-Revision-Date: 2010-11-23 12:29+0100\n"
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2011-01-11 13:42+0100\n"
+"PO-Revision-Date: 2011-01-02 01:12+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, no-wrap
msgid "SEE ALSO"
msgstr ""
@@ -379,8 +369,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
@@ -402,22 +392,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
@@ -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: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 ""
@@ -454,8 +442,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
@@ -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: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 "
@@ -494,8 +481,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
@@ -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: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 ""
@@ -532,8 +518,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
@@ -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: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 "
@@ -573,8 +558,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
@@ -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: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 ""
@@ -611,8 +595,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
@@ -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: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."
@@ -651,13 +634,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
@@ -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:239
+#: en/live-build.7:235
#, no-wrap
msgid "B<n/a>"
msgstr ""
#. type: IP
-#: en/lb_config.1:310 en/live-build.7:36
+#: en/lb_config.1:308 en/live-build.7:36
#, no-wrap
msgid "B<--debug>"
msgstr ""
#. type: IP
-#: en/lb_config.1:320 en/live-build.7:38
+#: en/lb_config.1:318 en/live-build.7:38
#, no-wrap
msgid "B<--force>"
msgstr ""
#. type: IP
-#: en/lb_config.1:413 en/live-build.7:40
+#: en/lb_config.1:411 en/live-build.7:40
#, no-wrap
msgid "B<--quiet>"
msgstr ""
#. type: IP
-#: en/lb_config.1:453 en/live-build.7:42
+#: en/lb_config.1:449 en/live-build.7:42
#, no-wrap
msgid "B<--verbose>"
msgstr ""
@@ -1380,416 +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
-#, no-wrap
-msgid "B<lb_binary_encryption>(1)"
-msgstr ""
-
-#. type: Plain text
-#: en/live-build.7:163
-msgid "encrypts rootfs"
-msgstr ""
-
-#. type: IP
-#: en/live-build.7:163
+#: en/live-build.7:159
#, no-wrap
msgid "B<lb_binary_grub>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:165
+#: en/live-build.7:161
msgid "installs grub into binary"
msgstr ""
#. type: IP
-#: en/live-build.7:165
+#: en/live-build.7:161
#, no-wrap
msgid "B<lb_binary_grub2>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:167
+#: en/live-build.7:163
msgid "installs grub2 into binary"
msgstr ""
#. type: IP
-#: en/live-build.7:167
+#: en/live-build.7:163
#, no-wrap
msgid "B<lb_binary_includes>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:169 en/live-build.7:177
+#: en/live-build.7:165 en/live-build.7:173
msgid "copy files into binary"
msgstr ""
#. type: IP
-#: en/live-build.7:169
+#: en/live-build.7:165
#, no-wrap
msgid "B<lb_binary_iso>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:171
+#: en/live-build.7:167
msgid "build iso binary image"
msgstr ""
#. type: IP
-#: en/live-build.7:171
+#: en/live-build.7:167
#, no-wrap
msgid "B<lb_binary_linux-image>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:173
+#: en/live-build.7:169
msgid "install linux-image into binary"
msgstr ""
#. type: IP
-#: en/live-build.7:173
+#: en/live-build.7:169
#, no-wrap
msgid "B<lb_binary_local-hooks>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:175
+#: en/live-build.7:171
msgid "execute local hooks in binary"
msgstr ""
#. type: IP
-#: en/live-build.7:175
+#: en/live-build.7:171
#, no-wrap
msgid "B<lb_binary_local-includes>(1)"
msgstr ""
#. type: IP
-#: en/live-build.7:177
+#: en/live-build.7:173
#, no-wrap
msgid "B<lb_binary_local-packagelists>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:179
+#: en/live-build.7:175
msgid "install local package lists into binary"
msgstr ""
#. type: IP
-#: en/live-build.7:179
+#: en/live-build.7:175
#, no-wrap
msgid "B<lb_binary_manifest>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:181
+#: en/live-build.7:177
msgid "create manifest"
msgstr ""
#. type: IP
-#: en/live-build.7:181
+#: en/live-build.7:177
#, no-wrap
msgid "B<lb_binary_checksums>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:183
+#: en/live-build.7:179
msgid "create binary checksums (md5, sha1, and/or sha256)"
msgstr ""
#. type: IP
-#: en/live-build.7:183
+#: en/live-build.7:179
#, no-wrap
msgid "B<lb_binary_memtest>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:185
+#: en/live-build.7:181
msgid "installs a memtest into binary"
msgstr ""
#. type: IP
-#: en/live-build.7:185
+#: en/live-build.7:181
#, no-wrap
msgid "B<lb_binary_net>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:187
+#: en/live-build.7:183
msgid "build netboot binary image"
msgstr ""
#. type: IP
-#: en/live-build.7:187
+#: en/live-build.7:183
#, no-wrap
msgid "B<lb_binary_rootfs>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:189
+#: en/live-build.7:185
msgid "build rootfs image"
msgstr ""
#. type: IP
-#: en/live-build.7:189
+#: en/live-build.7:185
#, no-wrap
msgid "B<lb_binary_silo>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:191
+#: en/live-build.7:187
msgid "installs silo into binary"
msgstr ""
#. type: IP
-#: en/live-build.7:191
+#: en/live-build.7:187
#, no-wrap
msgid "B<lb_binary_syslinux>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:193
+#: en/live-build.7:189
msgid "installs syslinux into binary"
msgstr ""
#. type: IP
-#: en/live-build.7:193
+#: en/live-build.7:189
#, no-wrap
msgid "B<lb_binary_tar>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:195
+#: en/live-build.7:191
msgid "build harddisk binary image"
msgstr ""
#. type: IP
-#: en/live-build.7:195
+#: en/live-build.7:191
#, no-wrap
msgid "B<lb_binary_usb>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:197
+#: en/live-build.7:193
msgid "build binary usb-hdd image"
msgstr ""
#. type: IP
-#: en/live-build.7:197
+#: en/live-build.7:193
#, no-wrap
msgid "B<lb_binary_virtual-hdd>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:199
+#: en/live-build.7:195
msgid "build binary virtual-hdd image"
msgstr ""
#. type: IP
-#: en/live-build.7:199
+#: en/live-build.7:195
#, no-wrap
msgid "B<lb_binary_win32-loader>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:201
+#: en/live-build.7:197
msgid "installs win32-loader into binary"
msgstr ""
#. type: IP
-#: en/live-build.7:201
+#: en/live-build.7:197
#, no-wrap
msgid "B<lb_binary_yaboot>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:203
+#: en/live-build.7:199
msgid "installs yaboot into binary"
msgstr ""
#. type: SS
-#: en/live-build.7:203
+#: en/live-build.7:199
#, no-wrap
msgid "Source commands"
msgstr ""
#. type: IP
-#: en/live-build.7:204
+#: en/live-build.7:200
#, no-wrap
msgid "B<lb_source_debian>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:206
+#: en/live-build.7:202
msgid "download sources"
msgstr ""
#. type: IP
-#: en/live-build.7:206
+#: en/live-build.7:202
#, no-wrap
msgid "B<lb_source_debian-live>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:208
+#: en/live-build.7:204
msgid "copy debian-live config into source"
msgstr ""
#. type: IP
-#: en/live-build.7:208
+#: en/live-build.7:204
#, no-wrap
msgid "B<lb_source_disk>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:210
+#: en/live-build.7:206
msgid "install disk information into source"
msgstr ""
#. type: IP
-#: en/live-build.7:210
+#: en/live-build.7:206
#, no-wrap
msgid "B<lb_source_iso>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:212
+#: en/live-build.7:208
msgid "build iso source image"
msgstr ""
#. type: IP
-#: en/live-build.7:212
+#: en/live-build.7:208
#, no-wrap
msgid "B<lb_source_checksums>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:214
+#: en/live-build.7:210
msgid "create source checksums (md5, sha1, and/or sha256)"
msgstr ""
#. type: IP
-#: en/live-build.7:214
+#: en/live-build.7:210
#, no-wrap
msgid "B<lb_source_net>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:216
+#: en/live-build.7:212
msgid "build source net image"
msgstr ""
#. type: IP
-#: en/live-build.7:216
+#: en/live-build.7:212
#, no-wrap
msgid "B<lb_source_tar>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:218
+#: en/live-build.7:214
msgid "build source tarball"
msgstr ""
#. type: IP
-#: en/live-build.7:218
+#: en/live-build.7:214
#, no-wrap
msgid "B<lb_source_usb>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:220
+#: en/live-build.7:216
msgid "build source usb-hdd image"
msgstr ""
#. type: IP
-#: en/live-build.7:220
+#: en/live-build.7:216
#, no-wrap
msgid "B<lb_source_virtual-hdd>(1)"
msgstr ""
#. FIXME
#. type: Plain text
-#: en/live-build.7:223
+#: en/live-build.7:219
msgid "build source virtual-hdd image"
msgstr ""
#. type: SH
-#: en/live-build.7:224
+#: en/live-build.7:220
#, no-wrap
msgid "CONFIG FILES"
msgstr ""
#. FIXME
#. type: Plain text
-#: en/live-build.7:227
+#: 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 "
@@ -1801,7 +1761,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: en/live-build.7:229
+#: 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 "
@@ -1812,7 +1772,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: en/live-build.7:231
+#: 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 "
@@ -1823,7 +1783,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: en/live-build.7:233
+#: 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."
@@ -1836,7 +1796,7 @@ msgstr ""
#. FIXME
#. type: Plain text
-#: en/live-build.7:236
+#: 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 "
@@ -1844,6 +1804,11 @@ msgid ""
msgstr ""
#. type: Plain text
-#: en/live-build.7:244
-msgid "I<live-initramfs>(7)"
+#: en/live-build.7:240
+msgid "I<live-boot>(7)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:242
+msgid "I<live-config>(7)"
msgstr ""
diff --git a/manpages/po4a.cfg b/manpages/po4a.cfg
index 55b1565..9d871ad 100644
--- a/manpages/po4a.cfg
+++ b/manpages/po4a.cfg
@@ -6,7 +6,6 @@
[type: man] en/lb_binary_chroot.1 $lang:$lang/lb_binary_chroot.$lang.1
[type: man] en/lb_binary_debian-installer.1 $lang:$lang/lb_binary_debian-installer.$lang.1
[type: man] en/lb_binary_disk.1 $lang:$lang/lb_binary_disk.$lang.1
-[type: man] en/lb_binary_encryption.1 $lang:$lang/lb_binary_encryption.$lang.1
[type: man] en/lb_binary_grub.1 $lang:$lang/lb_binary_grub.$lang.1
[type: man] en/lb_binary_grub2.1 $lang:$lang/lb_binary_grub2.$lang.1
[type: man] en/lb_binary_includes.1 $lang:$lang/lb_binary_includes.$lang.1
@@ -61,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 72750b7..20a40af 100644
--- a/manpages/pot/lb.1.pot
+++ b/manpages/pot/lb.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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 912ae7f..f575120 100644
--- a/manpages/pot/lb_binary.1.pot
+++ b/manpages/pot/lb_binary.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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 1904f3b..03ed3e9 100644
--- a/manpages/pot/lb_binary_checksums.1.pot
+++ b/manpages/pot/lb_binary_checksums.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 cc5f303..65ac00a 100644
--- a/manpages/pot/lb_binary_chroot.1.pot
+++ b/manpages/pot/lb_binary_chroot.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 12acd56..eab681a 100644
--- a/manpages/pot/lb_binary_debian-installer.1.pot
+++ b/manpages/pot/lb_binary_debian-installer.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 93e2580..b2af457 100644
--- a/manpages/pot/lb_binary_disk.1.pot
+++ b/manpages/pot/lb_binary_disk.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, no-wrap
msgid "B<n/a>"
msgstr ""
diff --git a/manpages/pot/lb_binary_encryption.1.pot b/manpages/pot/lb_binary_encryption.1.pot
deleted file mode 100644
index 7ff2af3..0000000
--- a/manpages/pot/lb_binary_encryption.1.pot
+++ /dev/null
@@ -1,747 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the live-build package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+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 "2010-12-14"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1: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_binary_encryption.1:5
-msgid "B<lb binary_encryption> - Complete the binary stage"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_binary_encryption.1:8
-msgid "B<lb binary_encryption> [I<live-build options>]"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_binary_encryption.1:11
-msgid ""
-"B<lb binary_encryption> is a low-level command (plumbing) of I<live-build>"
-"(7), the Debian Live tool suite."
-msgstr ""
-
-#. type: Plain text
-#: en/lb_binary_encryption.1:16
-msgid ""
-"B<lb binary_encryption> has no specific options but understands all generic "
-"live-build options. See I<live-build>(7) for a complete list of all generic "
-"live-build options."
-msgstr ""
diff --git a/manpages/pot/lb_binary_grub.1.pot b/manpages/pot/lb_binary_grub.1.pot
index 2c02461..ebd63c6 100644
--- a/manpages/pot/lb_binary_grub.1.pot
+++ b/manpages/pot/lb_binary_grub.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 f22fe99..a4b48b5 100644
--- a/manpages/pot/lb_binary_grub2.1.pot
+++ b/manpages/pot/lb_binary_grub2.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 4cf0d6d..cd69b93 100644
--- a/manpages/pot/lb_binary_includes.1.pot
+++ b/manpages/pot/lb_binary_includes.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 9533499..75c4f15 100644
--- a/manpages/pot/lb_binary_iso.1.pot
+++ b/manpages/pot/lb_binary_iso.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 e8537d4..a2cfbf1 100644
--- a/manpages/pot/lb_binary_linux-image.1.pot
+++ b/manpages/pot/lb_binary_linux-image.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 5a46979..a045e39 100644
--- a/manpages/pot/lb_binary_local-hooks.1.pot
+++ b/manpages/pot/lb_binary_local-hooks.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 94dc1d8..9c5e89b 100644
--- a/manpages/pot/lb_binary_local-includes.1.pot
+++ b/manpages/pot/lb_binary_local-includes.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 11361e7..fd5cc23 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: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 8d5da51..8f2386c 100644
--- a/manpages/pot/lb_binary_manifest.1.pot
+++ b/manpages/pot/lb_binary_manifest.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 9b61679..63b477f 100644
--- a/manpages/pot/lb_binary_memtest.1.pot
+++ b/manpages/pot/lb_binary_memtest.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 2ef7868..6b9889d 100644
--- a/manpages/pot/lb_binary_net.1.pot
+++ b/manpages/pot/lb_binary_net.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 711095f..49b25c5 100644
--- a/manpages/pot/lb_binary_rootfs.1.pot
+++ b/manpages/pot/lb_binary_rootfs.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 60ff60c..0e2bd89 100644
--- a/manpages/pot/lb_binary_silo.1.pot
+++ b/manpages/pot/lb_binary_silo.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 675db58..337a7f0 100644
--- a/manpages/pot/lb_binary_syslinux.1.pot
+++ b/manpages/pot/lb_binary_syslinux.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 e921dbc..ec31ca8 100644
--- a/manpages/pot/lb_binary_tar.1.pot
+++ b/manpages/pot/lb_binary_tar.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 2556021..685e0ba 100644
--- a/manpages/pot/lb_binary_usb.1.pot
+++ b/manpages/pot/lb_binary_usb.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 3a780e0..c7bbb24 100644
--- a/manpages/pot/lb_binary_virtual-hdd.1.pot
+++ b/manpages/pot/lb_binary_virtual-hdd.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 94acbc6..7597323 100644
--- a/manpages/pot/lb_binary_win32-loader.1.pot
+++ b/manpages/pot/lb_binary_win32-loader.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 c35af7a..852c4d9 100644
--- a/manpages/pot/lb_binary_yaboot.1.pot
+++ b/manpages/pot/lb_binary_yaboot.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, no-wrap
msgid "B<n/a>"
msgstr ""
diff --git a/manpages/pot/lb_bootstrap.1.pot b/manpages/pot/lb_bootstrap.1.pot
index f9ce456..67b0c11 100644
--- a/manpages/pot/lb_bootstrap.1.pot
+++ b/manpages/pot/lb_bootstrap.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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 ff35cf1..903e546 100644
--- a/manpages/pot/lb_bootstrap_cache.1.pot
+++ b/manpages/pot/lb_bootstrap_cache.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 1f25836..2af1526 100644
--- a/manpages/pot/lb_bootstrap_cdebootstrap.1.pot
+++ b/manpages/pot/lb_bootstrap_cdebootstrap.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 468b3d0..73a3a07 100644
--- a/manpages/pot/lb_bootstrap_copy.1.pot
+++ b/manpages/pot/lb_bootstrap_copy.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 9739240..fb78412 100644
--- a/manpages/pot/lb_bootstrap_debootstrap.1.pot
+++ b/manpages/pot/lb_bootstrap_debootstrap.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, no-wrap
msgid "B<n/a>"
msgstr ""
diff --git a/manpages/pot/lb_build.1.pot b/manpages/pot/lb_build.1.pot
index a0d7f7b..c323eb6 100644
--- a/manpages/pot/lb_build.1.pot
+++ b/manpages/pot/lb_build.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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 22ec75d..3e694bd 100644
--- a/manpages/pot/lb_chroot.1.pot
+++ b/manpages/pot/lb_chroot.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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 e33c15c..b350bf4 100644
--- a/manpages/pot/lb_chroot_apt.1.pot
+++ b/manpages/pot/lb_chroot_apt.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 7c6cd0d..a4f3586 100644
--- a/manpages/pot/lb_chroot_cache.1.pot
+++ b/manpages/pot/lb_chroot_cache.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 840ec10..219349a 100644
--- a/manpages/pot/lb_chroot_debianchroot.1.pot
+++ b/manpages/pot/lb_chroot_debianchroot.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 305a670..9219eeb 100644
--- a/manpages/pot/lb_chroot_devpts.1.pot
+++ b/manpages/pot/lb_chroot_devpts.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 bad070a..2a60b52 100644
--- a/manpages/pot/lb_chroot_dpkg.1.pot
+++ b/manpages/pot/lb_chroot_dpkg.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 afec287..1037821 100644
--- a/manpages/pot/lb_chroot_hacks.1.pot
+++ b/manpages/pot/lb_chroot_hacks.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 bbdb0c1..fe460bf 100644
--- a/manpages/pot/lb_chroot_hooks.1.pot
+++ b/manpages/pot/lb_chroot_hooks.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 8f3d9b4..1f0b35d 100644
--- a/manpages/pot/lb_chroot_hostname.1.pot
+++ b/manpages/pot/lb_chroot_hostname.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 4b6f8cf..904d09a 100644
--- a/manpages/pot/lb_chroot_hosts.1.pot
+++ b/manpages/pot/lb_chroot_hosts.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 7fb5570..d2954ed 100644
--- a/manpages/pot/lb_chroot_install-packages.1.pot
+++ b/manpages/pot/lb_chroot_install-packages.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 73303a4..83a07b9 100644
--- a/manpages/pot/lb_chroot_interactive.1.pot
+++ b/manpages/pot/lb_chroot_interactive.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 8d2863b..95dd875 100644
--- a/manpages/pot/lb_chroot_linux-image.1.pot
+++ b/manpages/pot/lb_chroot_linux-image.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 ec69520..2828741 100644
--- a/manpages/pot/lb_chroot_local-hooks.1.pot
+++ b/manpages/pot/lb_chroot_local-hooks.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 09bba81..f4e8324 100644
--- a/manpages/pot/lb_chroot_local-includes.1.pot
+++ b/manpages/pot/lb_chroot_local-includes.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 a0a01e1..b78d5ea 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: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 65c8aa2..5838787 100644
--- a/manpages/pot/lb_chroot_local-packages.1.pot
+++ b/manpages/pot/lb_chroot_local-packages.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 28a7b0a..80d0642 100644
--- a/manpages/pot/lb_chroot_local-patches.1.pot
+++ b/manpages/pot/lb_chroot_local-patches.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 14f5fc1..b960b06 100644
--- a/manpages/pot/lb_chroot_local-preseed.1.pot
+++ b/manpages/pot/lb_chroot_local-preseed.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 2030af5..4f2aaaa 100644
--- a/manpages/pot/lb_chroot_localization.1.pot
+++ b/manpages/pot/lb_chroot_localization.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 1ddbdd2..dee7858 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: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 69b0b67..26b7d0f 100644
--- a/manpages/pot/lb_chroot_packages.1.pot
+++ b/manpages/pot/lb_chroot_packages.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 d755ca0..910e93c 100644
--- a/manpages/pot/lb_chroot_preseed.1.pot
+++ b/manpages/pot/lb_chroot_preseed.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 8397b5b..c549c01 100644
--- a/manpages/pot/lb_chroot_proc.1.pot
+++ b/manpages/pot/lb_chroot_proc.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 4f1150a..6db29b0 100644
--- a/manpages/pot/lb_chroot_resolv.1.pot
+++ b/manpages/pot/lb_chroot_resolv.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 2227df1..4ede579 100644
--- a/manpages/pot/lb_chroot_selinuxfs.1.pot
+++ b/manpages/pot/lb_chroot_selinuxfs.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 2c523d4..26c797b 100644
--- a/manpages/pot/lb_chroot_sources.1.pot
+++ b/manpages/pot/lb_chroot_sources.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 f4a3dce..1292516 100644
--- a/manpages/pot/lb_chroot_sysfs.1.pot
+++ b/manpages/pot/lb_chroot_sysfs.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 03e3998..97866ba 100644
--- a/manpages/pot/lb_chroot_sysv-rc.1.pot
+++ b/manpages/pot/lb_chroot_sysv-rc.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 9a4913c..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: 2010-12-14 13:14+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 "2010-12-14"
-msgstr ""
-
-#. type: TH
-#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
-#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
-#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
-#: en/lb_bootstrap_cache.1: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 8cb182e..4e7981d 100644
--- a/manpages/pot/lb_chroot_tasks.1.pot
+++ b/manpages/pot/lb_chroot_tasks.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 d2c10b7..b93f65b 100644
--- a/manpages/pot/lb_chroot_upstart.1.pot
+++ b/manpages/pot/lb_chroot_upstart.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, no-wrap
msgid "B<n/a>"
msgstr ""
diff --git a/manpages/pot/lb_clean.1.pot b/manpages/pot/lb_clean.1.pot
index f778632..2070e33 100644
--- a/manpages/pot/lb_clean.1.pot
+++ b/manpages/pot/lb_clean.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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 0b46066..27c6dd8 100644
--- a/manpages/pot/lb_config.1.pot
+++ b/manpages/pot/lb_config.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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."
@@ -722,107 +704,107 @@ msgstr ""
#. type: Plain text
#: en/lb_config.1:21
-msgid " [B<--apt-pdiffs> true|false]"
+msgid " [B<--apt-options> I<OPTION>|\"I<OPTIONS>\"]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:23
-msgid " [B<--apt-options> I<OPTION>|\"I<OPTIONS>\"]"
+msgid " [B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\"]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:25
-msgid " [B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\"]"
+msgid " [B<--apt-pipeline> I<DEPTH>]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:27
-msgid " [B<--apt-pipeline> I<DEPTH>]"
+msgid " [B<--apt-recommends> true|false]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:29
-msgid " [B<--apt-recommends> true|false]"
+msgid " [B<--apt-secure> true|false]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:31
-msgid " [B<--apt-secure> true|false]"
+msgid " [-a|B<--architectures> I<ARCHITECTURE>]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:33
-msgid " [-a|B<--architectures> I<ARCHITECTURE>]"
+msgid " [-b|B<--binary-images> iso|iso-hybrid|net|tar|usb-hdd]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:35
-msgid " [-b|B<--binary-images> iso|iso-hybrid|net|tar|usb-hdd]"
+msgid " [B<--binary-filesystem> fat16|fat32|ext2]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:37
-msgid " [B<--binary-filesystem> fat16|fat32|ext2]"
+msgid " [B<--bootappend-install> I<PARAMETER>|I<\"PARAMETERS\">]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:39
-msgid " [B<--bootappend-install> I<PARAMETER>|I<\"PARAMETERS\">]"
+msgid " [B<--bootappend-live> I<PARAMETER>|I<\"PARAMETERS\">]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:41
-msgid " [B<--bootappend-live> I<PARAMETER>|I<\"PARAMETERS\">]"
+msgid " [B<--bootloader> grub|syslinux|yaboot]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:43
-msgid " [B<--bootloader> grub|syslinux|yaboot]"
+msgid " [B<--bootstrap> cdebootstrap|cdebootstrap-static|debootstrap|copy]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:45
-msgid " [B<--bootstrap> cdebootstrap|cdebootstrap-static|debootstrap|copy]"
+msgid " [B<--bootstrap-config> I<FILE>]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:47
-msgid " [B<--bootstrap-config> I<FILE>]"
+msgid " [-f|B<--bootstrap-flavour> minimal|standard]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:49
-msgid " [-f|B<--bootstrap-flavour> minimal|standard]"
+msgid " [B<--bootstrap-keyring> I<PACKAGE>]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:51
-msgid " [B<--bootstrap-keyring> I<PACKAGE>]"
+msgid " [B<--cache> true|false]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:53
-msgid " [B<--cache> true|false]"
+msgid " [B<--cache-indices> true|false]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:55
-msgid " [B<--cache-indices> true|false]"
+msgid " [B<--cache-packages> true|false]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:57
-msgid " [B<--cache-packages> true|false]"
+msgid " [B<--cache-stages> I<STAGE>|I<\"STAGES\">]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:59
-msgid " [B<--cache-stages> I<STAGE>|I<\"STAGES\">]"
+msgid " [B<--checksums> md5|sha1|sha256|none]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:61
-msgid " [B<--checksums> md5|sha1|sha256|none]"
+msgid " [B<--compression> bzip2|gzip|lzip|none]"
msgstr ""
#. type: Plain text
@@ -893,12 +875,12 @@ msgstr ""
#. type: Plain text
#: en/lb_config.1:89
-msgid " [B<--dump>]"
+msgid " [B<--parent-distribution> I<CODENAME>]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:91
-msgid " [-e|B<--encryption> false|aes128|aes192|aes256]"
+msgid " [B<--dump>]"
msgstr ""
#. type: Plain text
@@ -943,7 +925,7 @@ msgstr ""
#. type: Plain text
#: en/lb_config.1:109
-msgid " [B<--initramfs> auto|none|live-boot|live-initramfs|casper]"
+msgid " [B<--initramfs> auto|none|live-boot|casper]"
msgstr ""
#. type: Plain text
@@ -1108,7 +1090,7 @@ msgstr ""
#. type: Plain text
#: en/lb_config.1:175
-msgid " [B<--net-tarball> bzip2|gzip|tar|none]"
+msgid " [B<--net-tarball> true|false]"
msgstr ""
#. type: Plain text
@@ -1178,62 +1160,57 @@ msgstr ""
#. type: Plain text
#: en/lb_config.1:203
-msgid " [B<--sysvinit> true|false]"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_config.1:205
msgid " [B<--tasksel> aptitude|tasksel]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:207
+#: en/lb_config.1:205
msgid " [B<--tasks> I<TASK>|\"I<TASKS>\"]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:209
+#: en/lb_config.1:207
msgid " [B<--templates> I<PATH>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:211
+#: en/lb_config.1:209
msgid " [B<--virtual-root-size >I<MB>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:213
+#: en/lb_config.1:211
msgid " [B<--volatile> true|false]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:215
+#: en/lb_config.1:213
msgid " [B<--backports> true|false]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:217
+#: en/lb_config.1:215
msgid " [B<--exposed-root> true|false]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:219
+#: en/lb_config.1:217
msgid " [B<--username> I<NAME>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:221
+#: en/lb_config.1:219
msgid " [B<--verbose>]"
msgstr ""
#. FIXME
#. type: Plain text
-#: en/lb_config.1:224
+#: en/lb_config.1:222
msgid " [B<--win32-loader true|false]>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:227
+#: en/lb_config.1:225
msgid ""
"B<lb config> is a high-level command (porcelain) of I<live-build>(7), the "
"Debian Live tool suite."
@@ -1241,7 +1218,7 @@ msgstr ""
#. FIXME
#. type: Plain text
-#: en/lb_config.1:230
+#: en/lb_config.1:228
msgid ""
"B<lb config> populates the configuration directory for live-build. By "
"default, this directory is named 'config' and is created in the current "
@@ -1250,11 +1227,11 @@ msgstr ""
#. FIXME
#. type: Plain text
-#: en/lb_config.1:233
+#: en/lb_config.1:231
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 "
-"to be used depending on if a lenny system gets build or not). This means "
+"to be used depending on if a squeeze system gets build or not). This means "
"that when generating a new configuration, you should call B<lb config> only "
"once with all options specified. Calling it several times with only a subset "
"of the options each can result in non working configurations. This is also "
@@ -1266,7 +1243,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:236
+#: en/lb_config.1:234
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 "
@@ -1275,26 +1252,26 @@ msgstr ""
#. FIXME
#. type: IP
-#: en/lb_config.1:238
+#: en/lb_config.1:236
#, no-wrap
msgid "B<--apt> apt|aptitude"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:240
+#: en/lb_config.1:238
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:240
+#: en/lb_config.1:238
#, no-wrap
msgid "B<--apt-ftp-proxy> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:242
+#: en/lb_config.1:240
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 "
@@ -1302,13 +1279,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:242
+#: en/lb_config.1:240
#, no-wrap
msgid "B<--apt-http-proxy> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:244
+#: en/lb_config.1:242
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 "
@@ -1316,39 +1293,26 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:244
+#: en/lb_config.1:242
#, no-wrap
msgid "B<--apt-indices> true|false|none"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:246
+#: en/lb_config.1:244
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:246
-#, no-wrap
-msgid "B<--apt-pdiffs> true|false"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_config.1:248
-msgid ""
-"defines whetever apt should use incremental package indices feature or not. "
-"This is true by default."
-msgstr ""
-
-#. type: IP
-#: en/lb_config.1:248
+#: en/lb_config.1:244
#, no-wrap
msgid "B<--apt-options> I<OPTION>|\"I<OPTIONS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:250
+#: en/lb_config.1:246
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 "
@@ -1356,13 +1320,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:250
+#: en/lb_config.1:246
#, no-wrap
msgid "B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:252
+#: en/lb_config.1:248
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 "
@@ -1370,13 +1334,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:252
+#: en/lb_config.1:248
#, no-wrap
msgid "B<--apt-pipeline> I<DEPTH>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:254
+#: en/lb_config.1:250
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 "
@@ -1388,38 +1352,38 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:254
+#: en/lb_config.1:250
#, no-wrap
msgid "B<--apt-recommends> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:256
+#: en/lb_config.1:252
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:256
+#: en/lb_config.1:252
#, no-wrap
msgid "B<--apt-secure> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:258
+#: en/lb_config.1:254
msgid ""
"defines if apt should check repository signatures. This is true by default."
msgstr ""
#. type: IP
-#: en/lb_config.1:258
+#: en/lb_config.1:254
#, no-wrap
msgid "-a|B<--architectures> I<ARCHITECTURE>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:260
+#: en/lb_config.1:256
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 "
@@ -1430,27 +1394,27 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:260
+#: en/lb_config.1:256
#, no-wrap
msgid "-b|B<--binary-images> iso|iso-hybrid|net|tar|usb-hdd"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:262
+#: en/lb_config.1:258
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-"
-"hdd images, for legacy lenny and non-syslinux images, it defaults to iso."
+"hdd images, for non-syslinux images, it defaults to iso."
msgstr ""
#. type: IP
-#: en/lb_config.1:262
+#: en/lb_config.1:258
#, no-wrap
msgid "B<--binary-filesystem> fat16|fat32|ext2"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:264
+#: en/lb_config.1:260
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 "
@@ -1463,39 +1427,39 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:264
+#: en/lb_config.1:260
#, no-wrap
msgid "B<--bootappend-install> I<PARAMETER>|\"I<PARAMETERS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:266
+#: en/lb_config.1:262
msgid "sets boot parameters specific to debian-installer, if included."
msgstr ""
#. type: IP
-#: en/lb_config.1:266
+#: en/lb_config.1:262
#, no-wrap
msgid "B<--bootappend-live> I<PARAMETER>|\"I<PARAMETERS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:268
+#: en/lb_config.1:264
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 "
-"distributions in the manpage of live-initramfs. On the images, a list of all "
-"parameters (without comments) is included in the /parameters.txt."
+"distributions in the manpage of live-boot and live-config. On the images, a "
+"list of all parameters (without comments) is included in the /parameters.txt."
msgstr ""
#. type: IP
-#: en/lb_config.1:268
+#: en/lb_config.1:264
#, no-wrap
msgid "B<--bootloader> grub|syslinux|yaboot"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:270
+#: en/lb_config.1:266
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 "
@@ -1508,13 +1472,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:270
+#: en/lb_config.1:266
#, no-wrap
msgid "B<--bootstrap> cdebootstrap|cdebootstrap-static|debootstrap|copy"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:272
+#: en/lb_config.1:268
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 "
@@ -1524,13 +1488,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:272
+#: en/lb_config.1:268
#, no-wrap
msgid "B<--bootstrap-config> I<FILE>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:274
+#: en/lb_config.1:270
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 "
@@ -1539,13 +1503,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:274
+#: en/lb_config.1:270
#, no-wrap
msgid "-f|B<--bootstrap-flavour> minimal|standard"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:276
+#: en/lb_config.1:272
msgid ""
"defines if the bootstrap program should bootstrap the standard system (all "
"packages of priority required and important, which is the default) or a "
@@ -1553,39 +1517,39 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:276
+#: en/lb_config.1:272
#, no-wrap
msgid "B<--bootstrap-keyring> I<PACKAGE>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:278
+#: en/lb_config.1:274
msgid ""
"sets the archive keyring package to be used. Default is debian-archive-"
"keyring."
msgstr ""
#. type: IP
-#: en/lb_config.1:278
+#: en/lb_config.1:274
#, no-wrap
msgid "B<--cache> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:280
+#: en/lb_config.1:276
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:280
+#: en/lb_config.1:276
#, no-wrap
msgid "B<--cache-indices> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:282
+#: en/lb_config.1:278
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 "
@@ -1593,13 +1557,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:282
+#: en/lb_config.1:278
#, no-wrap
msgid "B<--cache-packages> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:284
+#: en/lb_config.1:280
msgid ""
"defines if downloaded packages files should be cached which is true by "
"default. Disabling it does save space consumtion in your build directory, "
@@ -1610,13 +1574,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:284
+#: en/lb_config.1:280
#, no-wrap
msgid "B<--cache-stages> true|false|I<STAGE>|\"I<STAGES>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:286
+#: en/lb_config.1:282
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 "
@@ -1626,31 +1590,44 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:286
+#: en/lb_config.1:282
#, no-wrap
msgid "B<--checksums> md5|sha1|sha256|none"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:288
+#: en/lb_config.1:284
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 "
-"together with their checksums. This in turn can be used by live-initramfs' "
-"built-in integrity-check to verify the medium if specified at boot prompt. "
-"In general, this should not be false and is an important feature of live "
-"system released to the public. However, during development of very big "
-"images it can save some time by not calculating the checksums."
+"together with their checksums. This in turn can be used by live-boots built-"
+"in integrity-check to verify the medium if specified at boot prompt. In "
+"general, this should not be false and is an important feature of live system "
+"released to the public. However, during development of very big images it "
+"can save some time by not calculating the checksums."
msgstr ""
#. type: IP
-#: en/lb_config.1:288
+#: en/lb_config.1:284
+#, no-wrap
+msgid "B<--compression> bzip2|gzip|lzip|none"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:286
+msgid ""
+"defines the compression program to be used to compress tarballs. Defaults to "
+"gzip."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:286
#, no-wrap
msgid "B<--build-with-chroot> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:290
+#: en/lb_config.1:288
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. "
@@ -1665,13 +1642,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:290
+#: en/lb_config.1:288
#, no-wrap
msgid "B<--chroot-filesystem> ext2|ext3|squashfs|plain|jffs2"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:292
+#: en/lb_config.1:290
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 "
@@ -1682,39 +1659,39 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:292
+#: en/lb_config.1:290
#, no-wrap
msgid "B<--clean>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:294
+#: en/lb_config.1:292
msgid ""
"minimizes config directory by automatically removing unused and thus empty "
"subdirectories."
msgstr ""
#. type: IP
-#: en/lb_config.1:294
+#: en/lb_config.1:292
#, no-wrap
msgid "-c|B<--conffile> I<FILE>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:296
+#: en/lb_config.1:294
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:296
+#: en/lb_config.1:294
#, no-wrap
msgid "B<--debconf-frontend> dialog|editor|noninteractive|readline"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:298
+#: en/lb_config.1:296
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, "
@@ -1722,13 +1699,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:298
+#: en/lb_config.1:296
#, no-wrap
msgid "B<--debconf-nowarnings> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:300
+#: en/lb_config.1:298
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 "
@@ -1736,13 +1713,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:300
+#: en/lb_config.1:298
#, no-wrap
msgid "B<--debconf-priority> low|medium|high|critical"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:302
+#: en/lb_config.1:300
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 "
@@ -1751,13 +1728,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:302
+#: en/lb_config.1:300
#, no-wrap
msgid "B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:304
+#: en/lb_config.1:302
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 "
@@ -1769,13 +1746,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:304
+#: en/lb_config.1:302
#, no-wrap
msgid "B<--debian-installer-distribution> daily|I<CODENAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:306
+#: en/lb_config.1:304
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 "
@@ -1784,26 +1761,26 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:306
+#: en/lb_config.1:304
#, no-wrap
msgid "B<--debian-installer-preseedfile> I<FILE>|I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:308
+#: en/lb_config.1:306
msgid ""
"sets the filename or URL for an optionally used and included preseeding file "
"for debian-installer."
msgstr ""
#. type: IP
-#: en/lb_config.1:308
+#: en/lb_config.1:306
#, no-wrap
msgid "B<--debian-installer-gui> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:310
+#: en/lb_config.1:308
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, "
@@ -1811,76 +1788,75 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:310 en/live-build.7:36
+#: en/lb_config.1:308 en/live-build.7:36
#, no-wrap
msgid "B<--debug>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:312
+#: en/lb_config.1:310
msgid "turn on debugging informational messages."
msgstr ""
#. type: IP
-#: en/lb_config.1:312
+#: en/lb_config.1:310
#, no-wrap
msgid "-d|B<--distribution> I<CODENAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:314
+#: en/lb_config.1:312
msgid "defines the distribution of the resulting live system."
msgstr ""
#. type: IP
-#: en/lb_config.1:314
+#: en/lb_config.1:312
#, no-wrap
-msgid "B<--dump>"
+msgid "-d|B<--parent-distribution> I<CODENAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:316
+#: en/lb_config.1:314
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 "
-"reports, we do get all informations required for us to locate and replicate "
-"an error."
+"defines the parent distribution for derivatives of the resulting live system."
msgstr ""
#. type: IP
-#: en/lb_config.1:316
+#: en/lb_config.1:314
#, no-wrap
-msgid "-e|B<--encryption> false|aes128|aes192|aes256"
+msgid "B<--dump>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:318
+#: en/lb_config.1:316
msgid ""
-"defines if the root filesystem should be encrypted or not. By default, this "
-"is false."
+"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 "
+"reports, we do get all informations required for us to locate and replicate "
+"an error."
msgstr ""
#. type: IP
-#: en/lb_config.1:318
+#: en/lb_config.1:316
#, no-wrap
msgid "B<--fdisk> fdisk|fdisk.dist"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:320
+#: en/lb_config.1:318
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:320 en/live-build.7:38
+#: en/lb_config.1:318 en/live-build.7:38
#, no-wrap
msgid "B<--force>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:322
+#: en/lb_config.1:320
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-"
@@ -1888,26 +1864,26 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:322
+#: en/lb_config.1:320
#, no-wrap
msgid "B<--grub-splash> I<FILE>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:324
+#: en/lb_config.1:322
msgid ""
"defines the name of an optional to be included splash screen graphic for the "
"grub bootloader."
msgstr ""
#. type: IP
-#: en/lb_config.1:324
+#: en/lb_config.1:322
#, no-wrap
msgid "B<--gzip-options> I<OPTION>|\"I<OPTIONS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:326
+#: en/lb_config.1:324
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 "
@@ -1916,13 +1892,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:326
+#: en/lb_config.1:324
#, no-wrap
msgid "B<--hooks> I<FILE>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:328
+#: en/lb_config.1:326
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 "
@@ -1930,24 +1906,24 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:328
+#: en/lb_config.1:326
#, no-wrap
msgid "B<--hostname> I<NAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:330
+#: en/lb_config.1:328
msgid "sets the hostname of the live system."
msgstr ""
#. type: IP
-#: en/lb_config.1:330
+#: en/lb_config.1:328
#, no-wrap
msgid "B<--ignore-system-defaults>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:332
+#: en/lb_config.1:330
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 "
@@ -1956,13 +1932,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:332
+#: en/lb_config.1:330
#, no-wrap
msgid "B<--includes> I<PATH|none>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:334
+#: en/lb_config.1:332
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. "
@@ -1971,30 +1947,30 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:334
+#: en/lb_config.1:332
#, no-wrap
-msgid "B<--initramfs> auto|none|live-boot|live-initramfs|casper"
+msgid "B<--initramfs> auto|none|live-boot|casper"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:336
+#: en/lb_config.1:334
msgid ""
"sets the name of package that contains the live system specific initramfs "
"modification. By default, auto is used, which means that at build time of "
"the image rather than on configuration time, the value will be expanded to "
-"casper when building ubuntu systems, to live-initramfs for legacy lenny, and "
-"to live-boot for squeeze and newer. Using 'none' is useful if the resulting "
-"system image should not be a live image (experimental)."
+"casper when building ubuntu systems, to live-boot for all other systems. "
+"Using 'none' is useful if the resulting system image should not be a live "
+"image (experimental)."
msgstr ""
#. type: IP
-#: en/lb_config.1:336
+#: en/lb_config.1:334
#, no-wrap
msgid "B<--interactive> shell"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:338
+#: en/lb_config.1:336
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 "
@@ -2008,24 +1984,24 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:338
+#: en/lb_config.1:336
#, no-wrap
msgid "B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:340
+#: en/lb_config.1:338
msgid "defines options to pass to isohybrid."
msgstr ""
#. type: IP
-#: en/lb_config.1:340
+#: en/lb_config.1:338
#, no-wrap
msgid "B<--iso-application> I<NAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:342
+#: en/lb_config.1:340
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 "
@@ -2033,13 +2009,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:342
+#: en/lb_config.1:340
#, no-wrap
msgid "B<--iso-preparer> I<NAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:344
+#: en/lb_config.1:342
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."
@@ -2048,13 +2024,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:344
+#: en/lb_config.1:342
#, no-wrap
msgid "B<--iso-publisher> I<NAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:346
+#: en/lb_config.1:344
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-"
@@ -2063,31 +2039,28 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:346
+#: en/lb_config.1:344
#, no-wrap
msgid "B<--iso-volume> I<NAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:348
+#: en/lb_config.1:346
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 "
"of the mode in use, DISTRIBUTION the distribution name, and DATE with the "
-"current date and time of the generation. When running in debian-release mode "
-"however, it will instead default to 'Debian (I<VERSION>) (I<ARCHITECTURE>) "
-"live' where VERSION becomes the numerical version of the release being built "
-"and ARCHITECTURE becomes the name of the architecture."
+"current date and time of the generation."
msgstr ""
#. type: IP
-#: en/lb_config.1:348
+#: en/lb_config.1:346
#, no-wrap
msgid "B<--jffs2-eraseblock> I<SIZE>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:350
+#: en/lb_config.1:348
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 "
@@ -2097,26 +2070,26 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:350
+#: en/lb_config.1:348
#, no-wrap
msgid "B<--keyring-packages> I<PACKAGE|\"PACKAGES>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:352
+#: en/lb_config.1:350
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:352
+#: en/lb_config.1:350
#, no-wrap
msgid "-l|B<--language> I<LANGUAGE>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:354
+#: en/lb_config.1:352
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 "
@@ -2124,26 +2097,26 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:354
+#: en/lb_config.1:352
#, no-wrap
msgid "-k|B<--linux-flavours> I<FLAVOUR>|\"I<FLAVOURS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:356
+#: en/lb_config.1:354
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:356
+#: en/lb_config.1:354
#, no-wrap
msgid "B<--linux-packages> \"I<PACKAGES>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:358
+#: en/lb_config.1:356
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 "
@@ -2157,26 +2130,26 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:358
+#: en/lb_config.1:356
#, no-wrap
msgid "B<--losetup> losetup|losetup.orig"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:360
+#: en/lb_config.1:358
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:360
+#: en/lb_config.1:358
#, no-wrap
msgid "B<--memtest> memtest86+|memtest86|none"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:362
+#: en/lb_config.1:360
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 "
@@ -2184,13 +2157,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:362
+#: en/lb_config.1:360
#, no-wrap
msgid "-m|B<--mirror-bootstrap> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:364
+#: en/lb_config.1:362
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 "
@@ -2198,13 +2171,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:364
+#: en/lb_config.1:362
#, no-wrap
msgid "B<--mirror-chroot> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:366
+#: en/lb_config.1:364
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 "
@@ -2212,13 +2185,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:366
+#: en/lb_config.1:364
#, no-wrap
msgid "B<--mirror-chroot-security> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:368
+#: en/lb_config.1:366
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 "
@@ -2226,13 +2199,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:368
+#: en/lb_config.1:366
#, no-wrap
msgid "B<--mirror-chroot-volatile> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:370
+#: en/lb_config.1:368
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 "
@@ -2240,13 +2213,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:370
+#: en/lb_config.1:368
#, no-wrap
msgid "B<--mirror-chroot-backports> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:372
+#: en/lb_config.1:370
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 "
@@ -2254,13 +2227,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:372
+#: en/lb_config.1:370
#, no-wrap
msgid "B<--mirror-binary> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:374
+#: en/lb_config.1:372
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 "
@@ -2270,13 +2243,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:374
+#: en/lb_config.1:372
#, no-wrap
msgid "B<--mirror-binary-security> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:376
+#: en/lb_config.1:374
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-"
@@ -2284,13 +2257,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:376
+#: en/lb_config.1:374
#, no-wrap
msgid "B<--mirror-binary-volatile> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:378
+#: en/lb_config.1:376
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 "
@@ -2298,13 +2271,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:378
+#: en/lb_config.1:376
#, no-wrap
msgid "B<--mirror-binary-backports> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:380
+#: en/lb_config.1:378
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/"
@@ -2312,13 +2285,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:380
+#: en/lb_config.1:378
#, no-wrap
msgid "B<--mirror-debian-installer> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:382
+#: en/lb_config.1:380
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 "
@@ -2326,52 +2299,52 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:382
+#: en/lb_config.1:380
#, no-wrap
msgid "B<--mode> debian|emdebian|ubuntu"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:384
+#: en/lb_config.1:382
msgid ""
"defines a global mode to load project specific defaults. By default this is "
"set to debian."
msgstr ""
#. type: IP
-#: en/lb_config.1:384
+#: en/lb_config.1:382
#, no-wrap
msgid "B<--net-root-filesystem> nfs|cfs"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:386
+#: en/lb_config.1:384
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:386
+#: en/lb_config.1:384
#, no-wrap
msgid "B<--net-root-mountoptions> I<OPTIONS>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:388
+#: en/lb_config.1:386
msgid ""
"sets additional options for mounting the root filesystem in netboot images "
"and is by default empty."
msgstr ""
#. type: IP
-#: en/lb_config.1:388
+#: en/lb_config.1:386
#, no-wrap
msgid "B<--net-root-path> I<PATH>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:390
+#: en/lb_config.1:388
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 "
@@ -2380,13 +2353,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:390
+#: en/lb_config.1:388
#, no-wrap
msgid "B<--net-root-server> I<IP>|I<HOSTNAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:392
+#: en/lb_config.1:390
msgid ""
"sets the IP or hostname that will be configured in the bootloader "
"configuration for the root filesystem of your netboot image. This defaults "
@@ -2394,67 +2367,67 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:392
+#: en/lb_config.1:390
#, no-wrap
msgid "B<--net-cow-filesystem> nfs|cfs"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:394
+#: en/lb_config.1:392
msgid ""
"defines the filesystem type for the copy-on-write layer and defaults to nfs."
msgstr ""
#. type: IP
-#: en/lb_config.1:394
+#: en/lb_config.1:392
#, no-wrap
msgid "B<--net-cow-mountoptions> I<OPTIONS>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:396
+#: en/lb_config.1:394
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:396
+#: en/lb_config.1:394
#, no-wrap
msgid "B<--net-cow-path> I<PATH>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:398
+#: en/lb_config.1:396
msgid ""
"defines the path to client writable filesystem. Anywhere that "
-"I<client_mac_address> is specified in the path live-initramfs will "
-"substitute the MAC address of the client delimited with hyphens."
+"I<client_mac_address> is specified in the path live-boot will substitute the "
+"MAC address of the client delimited with hyphens."
msgstr ""
#. type: Plain text
-#: en/lb_config.1:401
+#: en/lb_config.1:399
msgid "Example:"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:403
+#: en/lb_config.1:401
msgid "/export/hosts/client_mac_address"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:405
+#: en/lb_config.1:403
msgid "/export/hosts/00-16-D3-33-92-E8"
msgstr ""
#. type: IP
-#: en/lb_config.1:405
+#: en/lb_config.1:403
#, no-wrap
msgid "B<--net-cow-server> I<IP>|I<HOSTNAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:407
+#: en/lb_config.1:405
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 "
@@ -2462,28 +2435,27 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:407
+#: en/lb_config.1:405
#, no-wrap
-msgid "B<--net-tarball> bzip2|gzip|tar|none"
+msgid "B<--net-tarball> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:409
+#: en/lb_config.1:407
msgid ""
-"defines the format of the netboot image. Choosing tar results in a not "
-"compressed tarball, bzip2 and gzip in a bzip2 resp. gzip compressed tarball. "
-"Choosing none leads to no tarball at all, the plain binary directory is "
-"considered the output in this case. Default is gzip."
+"defines if a compressed tarball should be created. Disabling this options "
+"leads to no tarball at all, the plain binary directory is considered the "
+"output in this case. Default is true."
msgstr ""
#. type: IP
-#: en/lb_config.1:409
+#: en/lb_config.1:407
#, no-wrap
msgid "-p|B<--package-lists> I<LIST>|\"I<LISTS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:411
+#: en/lb_config.1:409
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 "
@@ -2493,13 +2465,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:411
+#: en/lb_config.1:409
#, no-wrap
msgid "B<--packages> I<PACKAGE>|\"I<PACKAGES>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:413
+#: en/lb_config.1:411
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 "
@@ -2508,37 +2480,37 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:413 en/live-build.7:40
+#: en/lb_config.1:411 en/live-build.7:40
#, no-wrap
msgid "B<--quiet>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:415
+#: en/lb_config.1:413
msgid "reduces the verbosity of messages output by B<lb build>."
msgstr ""
#. type: IP
-#: en/lb_config.1:415
+#: en/lb_config.1:413
#, no-wrap
msgid "-r|B<--repositories> I<REPOSITORY>|\"I<REPOSITORIES>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:417
+#: en/lb_config.1:415
msgid ""
"enables one of available third-party repository configurations in /usr/share/"
"live/build/repositories."
msgstr ""
#. type: IP
-#: en/lb_config.1:417
+#: en/lb_config.1:415
#, no-wrap
msgid "B<--root-command> sudo"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:419
+#: en/lb_config.1:417
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, "
@@ -2546,13 +2518,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:419
+#: en/lb_config.1:417
#, no-wrap
msgid "B<--use-fakeroot> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:421
+#: en/lb_config.1:419
msgid ""
"controls if live-build should utilize fakeroot and fakechroot to try and "
"avoid requiring root privillages where possible. By default, this option is "
@@ -2560,13 +2532,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:421
+#: en/lb_config.1:419
#, no-wrap
msgid "B<--archive-areas> I<ARCHIVE_AREA>|\"I<ARCHIVE_AREAS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:423
+#: en/lb_config.1:421
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. "
@@ -2576,26 +2548,26 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:423
+#: en/lb_config.1:421
#, no-wrap
msgid "B<--security> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:425
+#: en/lb_config.1:423
msgid ""
"defines if the security repositories specified in the security mirror "
"options should be used or not."
msgstr ""
#. type: IP
-#: en/lb_config.1:425
+#: en/lb_config.1:423
#, no-wrap
msgid "B<--source> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:427
+#: en/lb_config.1:425
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 "
@@ -2605,37 +2577,37 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:427
+#: en/lb_config.1:425
#, no-wrap
msgid "-s|B<--source-images> iso|net|tar|usb-hdd"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:429
+#: en/lb_config.1:427
msgid "defines the image type for the source image. Default is tar."
msgstr ""
#. type: IP
-#: en/lb_config.1:429
+#: en/lb_config.1:427
#, no-wrap
msgid "B<--syslinux-splash> I<FILE>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:431
+#: en/lb_config.1:429
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:431
+#: en/lb_config.1:429
#, no-wrap
msgid "B<--syslinux-timeout> I<SECONDS>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:433
+#: en/lb_config.1:431
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 "
@@ -2643,53 +2615,38 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:433
+#: en/lb_config.1:431
#, no-wrap
msgid "B<--syslinux-menu> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:435
+#: en/lb_config.1:433
msgid ""
"defines if syslinux should be make use of the vgamenu capabilities or not."
msgstr ""
#. type: IP
-#: en/lb_config.1:435
-#, no-wrap
-msgid "B<--sysvinit> true|false"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_config.1:437
-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:437
+#: en/lb_config.1:433
#, no-wrap
msgid "B<--tasksel> aptitude|tasksel"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:439
+#: en/lb_config.1:435
msgid ""
"selects which program is used to install tasks. By default, this is set to "
"tasksel."
msgstr ""
#. type: IP
-#: en/lb_config.1:439
+#: en/lb_config.1:435
#, no-wrap
msgid "B<--tasks> I<TASK>|\"I<TASKS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:441
+#: en/lb_config.1:437
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 "
@@ -2699,26 +2656,26 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:441
+#: en/lb_config.1:437
#, no-wrap
msgid "B<--templates> I<PATH>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:443
+#: en/lb_config.1:439
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:443
+#: en/lb_config.1:439
#, no-wrap
msgid "B<--virtual-root-size> MB"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:445
+#: en/lb_config.1:441
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 "
@@ -2726,39 +2683,39 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:445
+#: en/lb_config.1:441
#, no-wrap
msgid "B<--volatile> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:447
+#: en/lb_config.1:443
msgid ""
"defines if debian volatile package archives should be included in the image "
"or not."
msgstr ""
#. type: IP
-#: en/lb_config.1:447
+#: en/lb_config.1:443
#, no-wrap
msgid "B<--backports> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:449
+#: en/lb_config.1:445
msgid ""
"defines if debian backports package archives should be included in the image "
"or not."
msgstr ""
#. type: IP
-#: en/lb_config.1:449
+#: en/lb_config.1:445
#, no-wrap
msgid "B<--exposed-root> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:451
+#: en/lb_config.1:447
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 "
@@ -2766,48 +2723,48 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:451
+#: en/lb_config.1:447
#, no-wrap
msgid "B<--username> I<NAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:453
+#: en/lb_config.1:449
msgid "sets the name of the account of the default user in the live system."
msgstr ""
#. type: IP
-#: en/lb_config.1:453 en/live-build.7:42
+#: en/lb_config.1:449 en/live-build.7:42
#, no-wrap
msgid "B<--verbose>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:455
+#: en/lb_config.1:451
msgid "increases the verbosity of messages output by B<lb build>."
msgstr ""
#. type: IP
-#: en/lb_config.1:455
+#: en/lb_config.1:451
#, no-wrap
msgid "B<--win32-loader true|false>"
msgstr ""
#. FIXME
#. type: Plain text
-#: en/lb_config.1:458
+#: en/lb_config.1:454
msgid "defines if win32-loader should be included in the binary image or not."
msgstr ""
#. type: SH
-#: en/lb_config.1:459
+#: en/lb_config.1:455
#, no-wrap
msgid "ENVIRONMENT"
msgstr ""
#. FIXME
#. type: Plain text
-#: en/lb_config.1:462
+#: en/lb_config.1:458
msgid ""
"Currently, command line switches can also be specified through the "
"corresponding environment variable. However, this generally should not be "
@@ -2821,20 +2778,20 @@ msgstr ""
#. FIXME
#. type: IP
-#: en/lb_config.1:466
+#: en/lb_config.1:462
#, no-wrap
msgid "B<auto/config>"
msgstr ""
#. type: IP
-#: en/lb_config.1:467
+#: en/lb_config.1:463
#, no-wrap
msgid "B</etc/live/build.conf, /etc/live/build.d>"
msgstr ""
#. FIXME
#. type: Plain text
-#: en/lb_config.1:470
+#: en/lb_config.1:466
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 647f493..6f0d293 100644
--- a/manpages/pot/lb_local.1.pot
+++ b/manpages/pot/lb_local.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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 3f64b66..569b663 100644
--- a/manpages/pot/lb_source.1.pot
+++ b/manpages/pot/lb_source.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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 d7cfad9..14af8a4 100644
--- a/manpages/pot/lb_source_checksums.1.pot
+++ b/manpages/pot/lb_source_checksums.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 53911ef..451fef7 100644
--- a/manpages/pot/lb_source_debian-live.1.pot
+++ b/manpages/pot/lb_source_debian-live.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 af4b9cd..3510c85 100644
--- a/manpages/pot/lb_source_debian.1.pot
+++ b/manpages/pot/lb_source_debian.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 ef6ea09..5ed36a2 100644
--- a/manpages/pot/lb_source_disk.1.pot
+++ b/manpages/pot/lb_source_disk.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 3e90f82..987cb66 100644
--- a/manpages/pot/lb_source_iso.1.pot
+++ b/manpages/pot/lb_source_iso.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 c100b1b..48effac 100644
--- a/manpages/pot/lb_source_net.1.pot
+++ b/manpages/pot/lb_source_net.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 b08a139..f377664 100644
--- a/manpages/pot/lb_source_tar.1.pot
+++ b/manpages/pot/lb_source_tar.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 befd9cb..18f3291 100644
--- a/manpages/pot/lb_source_usb.1.pot
+++ b/manpages/pot/lb_source_usb.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, 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 e02e8d6..5c07ed4 100644
--- a/manpages/pot/lb_source_virtual-hdd.1.pot
+++ b/manpages/pot/lb_source_virtual-hdd.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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:235
#, no-wrap
msgid "B<n/a>"
msgstr ""
diff --git a/manpages/pot/lb_testroot.1.pot b/manpages/pot/lb_testroot.1.pot
index 2960e44..480e272 100644
--- a/manpages/pot/lb_testroot.1.pot
+++ b/manpages/pot/lb_testroot.1.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, 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 36fb8dc..2bdff54 100644
--- a/manpages/pot/live-build.7.pot
+++ b/manpages/pot/live-build.7.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
-"POT-Creation-Date: 2010-12-14 13:14+0100\n"
+"POT-Creation-Date: 2011-01-11 13:42+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,27 +74,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1
#: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2010-12-14"
+msgid "2011-01-11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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,27 +108,26 @@ msgstr ""
#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1
#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1
#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1
-#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1
-#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1
-#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1
-#: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
+#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_tasks.1:1
+#: en/lb_chroot_upstart.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1
+#: en/lb_source.1:1 en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1
#: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1
#: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.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"
+msgid "3.0~a11"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_binary_checksums.1:1
#: en/lb_binary_chroot.1:1 en/lb_binary_debian-installer.1:1
-#: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1
-#: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1
-#: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1
-#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1
-#: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1
-#: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1
-#: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
+#: en/lb_binary_disk.1:1 en/lb_binary_grub.1:1 en/lb_binary_grub2.1:1
+#: en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 en/lb_binary_linux-image.1:1
+#: en/lb_binary_local-hooks.1:1 en/lb_binary_local-includes.1:1
+#: en/lb_binary_local-packagelists.1:1 en/lb_binary_manifest.1:1
+#: en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 en/lb_binary_rootfs.1:1
+#: en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 en/lb_binary_tar.1:1
+#: en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1
#: en/lb_binary_win32-loader.1:1 en/lb_binary_yaboot.1:1 en/lb_bootstrap.1:1
#: en/lb_bootstrap_cache.1: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:233
#, 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:238
#, no-wrap
msgid "SEE ALSO"
msgstr ""
@@ -379,8 +369,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
@@ -402,22 +392,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
@@ -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: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 ""
@@ -454,8 +442,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
@@ -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: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 "
@@ -494,8 +481,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
@@ -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: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 ""
@@ -532,8 +518,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
@@ -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: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 "
@@ -573,8 +558,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
@@ -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: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 ""
@@ -611,8 +595,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
@@ -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: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."
@@ -651,13 +634,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
@@ -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:239
+#: en/live-build.7:235
#, no-wrap
msgid "B<n/a>"
msgstr ""
#. type: IP
-#: en/lb_config.1:310 en/live-build.7:36
+#: en/lb_config.1:308 en/live-build.7:36
#, no-wrap
msgid "B<--debug>"
msgstr ""
#. type: IP
-#: en/lb_config.1:320 en/live-build.7:38
+#: en/lb_config.1:318 en/live-build.7:38
#, no-wrap
msgid "B<--force>"
msgstr ""
#. type: IP
-#: en/lb_config.1:413 en/live-build.7:40
+#: en/lb_config.1:411 en/live-build.7:40
#, no-wrap
msgid "B<--quiet>"
msgstr ""
#. type: IP
-#: en/lb_config.1:453 en/live-build.7:42
+#: en/lb_config.1:449 en/live-build.7:42
#, no-wrap
msgid "B<--verbose>"
msgstr ""
@@ -1380,416 +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
-#, no-wrap
-msgid "B<lb_binary_encryption>(1)"
-msgstr ""
-
-#. type: Plain text
-#: en/live-build.7:163
-msgid "encrypts rootfs"
-msgstr ""
-
-#. type: IP
-#: en/live-build.7:163
+#: en/live-build.7:159
#, no-wrap
msgid "B<lb_binary_grub>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:165
+#: en/live-build.7:161
msgid "installs grub into binary"
msgstr ""
#. type: IP
-#: en/live-build.7:165
+#: en/live-build.7:161
#, no-wrap
msgid "B<lb_binary_grub2>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:167
+#: en/live-build.7:163
msgid "installs grub2 into binary"
msgstr ""
#. type: IP
-#: en/live-build.7:167
+#: en/live-build.7:163
#, no-wrap
msgid "B<lb_binary_includes>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:169 en/live-build.7:177
+#: en/live-build.7:165 en/live-build.7:173
msgid "copy files into binary"
msgstr ""
#. type: IP
-#: en/live-build.7:169
+#: en/live-build.7:165
#, no-wrap
msgid "B<lb_binary_iso>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:171
+#: en/live-build.7:167
msgid "build iso binary image"
msgstr ""
#. type: IP
-#: en/live-build.7:171
+#: en/live-build.7:167
#, no-wrap
msgid "B<lb_binary_linux-image>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:173
+#: en/live-build.7:169
msgid "install linux-image into binary"
msgstr ""
#. type: IP
-#: en/live-build.7:173
+#: en/live-build.7:169
#, no-wrap
msgid "B<lb_binary_local-hooks>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:175
+#: en/live-build.7:171
msgid "execute local hooks in binary"
msgstr ""
#. type: IP
-#: en/live-build.7:175
+#: en/live-build.7:171
#, no-wrap
msgid "B<lb_binary_local-includes>(1)"
msgstr ""
#. type: IP
-#: en/live-build.7:177
+#: en/live-build.7:173
#, no-wrap
msgid "B<lb_binary_local-packagelists>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:179
+#: en/live-build.7:175
msgid "install local package lists into binary"
msgstr ""
#. type: IP
-#: en/live-build.7:179
+#: en/live-build.7:175
#, no-wrap
msgid "B<lb_binary_manifest>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:181
+#: en/live-build.7:177
msgid "create manifest"
msgstr ""
#. type: IP
-#: en/live-build.7:181
+#: en/live-build.7:177
#, no-wrap
msgid "B<lb_binary_checksums>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:183
+#: en/live-build.7:179
msgid "create binary checksums (md5, sha1, and/or sha256)"
msgstr ""
#. type: IP
-#: en/live-build.7:183
+#: en/live-build.7:179
#, no-wrap
msgid "B<lb_binary_memtest>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:185
+#: en/live-build.7:181
msgid "installs a memtest into binary"
msgstr ""
#. type: IP
-#: en/live-build.7:185
+#: en/live-build.7:181
#, no-wrap
msgid "B<lb_binary_net>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:187
+#: en/live-build.7:183
msgid "build netboot binary image"
msgstr ""
#. type: IP
-#: en/live-build.7:187
+#: en/live-build.7:183
#, no-wrap
msgid "B<lb_binary_rootfs>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:189
+#: en/live-build.7:185
msgid "build rootfs image"
msgstr ""
#. type: IP
-#: en/live-build.7:189
+#: en/live-build.7:185
#, no-wrap
msgid "B<lb_binary_silo>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:191
+#: en/live-build.7:187
msgid "installs silo into binary"
msgstr ""
#. type: IP
-#: en/live-build.7:191
+#: en/live-build.7:187
#, no-wrap
msgid "B<lb_binary_syslinux>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:193
+#: en/live-build.7:189
msgid "installs syslinux into binary"
msgstr ""
#. type: IP
-#: en/live-build.7:193
+#: en/live-build.7:189
#, no-wrap
msgid "B<lb_binary_tar>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:195
+#: en/live-build.7:191
msgid "build harddisk binary image"
msgstr ""
#. type: IP
-#: en/live-build.7:195
+#: en/live-build.7:191
#, no-wrap
msgid "B<lb_binary_usb>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:197
+#: en/live-build.7:193
msgid "build binary usb-hdd image"
msgstr ""
#. type: IP
-#: en/live-build.7:197
+#: en/live-build.7:193
#, no-wrap
msgid "B<lb_binary_virtual-hdd>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:199
+#: en/live-build.7:195
msgid "build binary virtual-hdd image"
msgstr ""
#. type: IP
-#: en/live-build.7:199
+#: en/live-build.7:195
#, no-wrap
msgid "B<lb_binary_win32-loader>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:201
+#: en/live-build.7:197
msgid "installs win32-loader into binary"
msgstr ""
#. type: IP
-#: en/live-build.7:201
+#: en/live-build.7:197
#, no-wrap
msgid "B<lb_binary_yaboot>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:203
+#: en/live-build.7:199
msgid "installs yaboot into binary"
msgstr ""
#. type: SS
-#: en/live-build.7:203
+#: en/live-build.7:199
#, no-wrap
msgid "Source commands"
msgstr ""
#. type: IP
-#: en/live-build.7:204
+#: en/live-build.7:200
#, no-wrap
msgid "B<lb_source_debian>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:206
+#: en/live-build.7:202
msgid "download sources"
msgstr ""
#. type: IP
-#: en/live-build.7:206
+#: en/live-build.7:202
#, no-wrap
msgid "B<lb_source_debian-live>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:208
+#: en/live-build.7:204
msgid "copy debian-live config into source"
msgstr ""
#. type: IP
-#: en/live-build.7:208
+#: en/live-build.7:204
#, no-wrap
msgid "B<lb_source_disk>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:210
+#: en/live-build.7:206
msgid "install disk information into source"
msgstr ""
#. type: IP
-#: en/live-build.7:210
+#: en/live-build.7:206
#, no-wrap
msgid "B<lb_source_iso>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:212
+#: en/live-build.7:208
msgid "build iso source image"
msgstr ""
#. type: IP
-#: en/live-build.7:212
+#: en/live-build.7:208
#, no-wrap
msgid "B<lb_source_checksums>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:214
+#: en/live-build.7:210
msgid "create source checksums (md5, sha1, and/or sha256)"
msgstr ""
#. type: IP
-#: en/live-build.7:214
+#: en/live-build.7:210
#, no-wrap
msgid "B<lb_source_net>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:216
+#: en/live-build.7:212
msgid "build source net image"
msgstr ""
#. type: IP
-#: en/live-build.7:216
+#: en/live-build.7:212
#, no-wrap
msgid "B<lb_source_tar>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:218
+#: en/live-build.7:214
msgid "build source tarball"
msgstr ""
#. type: IP
-#: en/live-build.7:218
+#: en/live-build.7:214
#, no-wrap
msgid "B<lb_source_usb>(1)"
msgstr ""
#. type: Plain text
-#: en/live-build.7:220
+#: en/live-build.7:216
msgid "build source usb-hdd image"
msgstr ""
#. type: IP
-#: en/live-build.7:220
+#: en/live-build.7:216
#, no-wrap
msgid "B<lb_source_virtual-hdd>(1)"
msgstr ""
#. FIXME
#. type: Plain text
-#: en/live-build.7:223
+#: en/live-build.7:219
msgid "build source virtual-hdd image"
msgstr ""
#. type: SH
-#: en/live-build.7:224
+#: en/live-build.7:220
#, no-wrap
msgid "CONFIG FILES"
msgstr ""
#. FIXME
#. type: Plain text
-#: en/live-build.7:227
+#: 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 "
@@ -1801,7 +1761,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: en/live-build.7:229
+#: 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 "
@@ -1812,7 +1772,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: en/live-build.7:231
+#: 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 "
@@ -1823,7 +1783,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: en/live-build.7:233
+#: 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."
@@ -1836,7 +1796,7 @@ msgstr ""
#. FIXME
#. type: Plain text
-#: en/live-build.7:236
+#: 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 "
@@ -1844,6 +1804,11 @@ msgid ""
msgstr ""
#. type: Plain text
-#: en/live-build.7:244
-msgid "I<live-initramfs>(7)"
+#: en/live-build.7:240
+msgid "I<live-boot>(7)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:242
+msgid "I<live-config>(7)"
msgstr ""
diff --git a/repositories/progress-linux_artax b/repositories/progress-linux_artax
new file mode 100644
index 0000000..b851d5f
--- /dev/null
+++ b/repositories/progress-linux_artax
@@ -0,0 +1,7 @@
+# Progress Linux 1.0 (artax)
+
+deb http://archive.progress-linux.org/progress/ artax @ARCHIVE_AREAS@
+deb-src http://archive.progress-linux.org/progress/ artax @ARCHIVE_AREAS@
+
+deb http://archive.progress-linux.org/progress/ artax-staging @ARCHIVE_AREAS@
+deb-src http://archive.progress-linux.org/progress/ artax-staging @ARCHIVE_AREAS@
diff --git a/repositories/progress-linux_artax-backports b/repositories/progress-linux_artax-backports
new file mode 100644
index 0000000..48be6ee
--- /dev/null
+++ b/repositories/progress-linux_artax-backports
@@ -0,0 +1,15 @@
+# Progress Linux 1.0 (artax)
+
+deb http://archive.progress-linux.org/progress/ artax @ARCHIVE_AREAS@
+deb-src http://archive.progress-linux.org/progress/ artax @ARCHIVE_AREAS@
+
+deb http://archive.progress-linux.org/progress/ artax-staging @ARCHIVE_AREAS@
+deb-src http://archive.progress-linux.org/progress/ artax-staging @ARCHIVE_AREAS@
+
+# Progress Linux 1.0 (artax) - backports
+
+deb http://archive.progress-linux.org/progress/ artax-backports @ARCHIVE_AREAS@
+deb-src http://archive.progress-linux.org/progress/ artax-backports @ARCHIVE_AREAS@
+
+deb http://archive.progress-linux.org/progress/ artax-backports-staging @ARCHIVE_AREAS@
+deb-src http://archive.progress-linux.org/progress/ artax-backports-staging @ARCHIVE_AREAS@
diff --git a/repositories/progress-linux_artax-backports.gpg b/repositories/progress-linux_artax-backports.gpg
new file mode 100644
index 0000000..c4a248f
--- /dev/null
+++ b/repositories/progress-linux_artax-backports.gpg
@@ -0,0 +1,53 @@
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Version: GnuPG v1.4.10 (GNU/Linux)
+
+mQINBEy6rbMBEACd8OmNrdmuRq1wZ7xudolmVxsLZD1sAyEkmYpvZd3uuVqXsKN6
+y7NXHGczjHLtEhLhylpiK+BVlilzpWSI3CB8npFz3CDALkGH2V4TbP6GkAb07cpj
+ktbZ/4gq+mPShwqxZpuBlCSr11npZK6XXyDiXdshFrHrFmvP52Gp3rKBv3xz8Tem
+BrHgLe9xCbmURZWOxuKiYuOp0j1A3WH3XeszybnntKbjxprDVJwink35GO5xm6p6
+B+kFyhe05txrInZm4R7ctL2gcXubmtCrWz2e0hvj8N7VVI9k1Vm7GFkIvSsMwUhN
+VGEszwCC+tHbYaNJXVQYd7FtGPC6vhDnF0QD1TVvKr3oiODYVRdQpe/WUqyooECj
+B0wiVKr4pgUCw7c6OCjegMpUGha7vzGgef+ozEep4sJAIVbl2Ixcq4UMjK3wNmT1
+2yPxpabEzgG/PCJ78nyc7eewPJPQq/s4gpRLJOaEE6zmauQrflKtCl9taFRpm1a4
+aZit6ES94ETUyDG2h4thtazDBBTmzW2gLwwA4hGWOGJ9k80FJLPWw4G9hLvga+sY
+FbckJ+D9NFKJNUuM/W1feddBjpOH/xsr0FIdfbm/8eIhCW2ox5m9LlPx2wXey0S6
+vzRZKOzp8HNl5o7+EMcKfmXDQOO83T7d3QEG+EZq4Cg2/XLVpwYL8liTKQARAQAB
+tFxQcm9ncmVzcyBMaW51eCBBcmNoaXZlIEF1dG9tYXRpYyBTaWduaW5nIEtleSAo
+MS4wL2FydGF4KSA8c3lzYWRtaW5AbGlzdHMucHJvZ3Jlc3MtbGludXgub3JnPokC
+PQQTAQgAJwUCTLqtswIbAwUJEs/3gAULCQgHAwUVCgkICwUWAgMBAAIeAQIXgAAK
+CRD/maXDBVyNeM8lEACUjjNW9pY3Nx++uAnEvUpRFVeg3c0z1XSO4ZMzHSOQ/C5e
+fA0DY8oPP3MS639HQj6JRK8DQEjFYmN+JpyAUn3AiqbFIN0yLC1mOs2ewz+Q1g7w
+VsTJGLJZryKRJapO7ikXZiqmtd3zUIFJThtr6mib8D+GQ8x7arFfyfnCfAMGg0Y+
+8oRtMk20yUhKtTSCJ5sLUfKNLTaAEbyX1bj6WogYH8HY89ZnFgvLlxIAMaahdhjC
+p4ko/1G3MRdCq9Y6LVeRWjv3OqWlPLr+lEN001qE6f0IBpvv6CsyTYI+wXd+tsBh
+vyx6XiJLa1iU6RB6jhH9UNODj8umoStWsCqXJm8IivDkDdMaWS8YZ7tgiYF7G95E
+gY0HvHhL5eVgVHTSnTN+bnmAHDGGwwQYMwz0o7xPDIVc/vQkILWOtIprc9amzHyR
+paNYQVPmQu6QnBgBBQyFSIrfnUV2fdmCdOa1JkP70EHIVDKohQO/fV4E7WH8s+Mx
+8/KrHwGBJGSdMHLDAr2R1TiZaf6sN/Ec8jr63mmEYkfULe4MPGvxxCtOjdakYgg1
+U9WZ76g4ApEcwF0zsFqtGcMGoiJ0/5mWojCbVzaFNo/tbv/DLSPnJdk88TqMvJcf
+P5N9T1Fykiya4mT1DQXqTB0JX156l76u/kps3yrSvPJsyDaL8OncCPsKgTeKHbkC
+DQRMuq4jARAAt0Yy1/si7gIdRPZ3jYVYbVD99Vu481rg1mwW8uw093o8AX5K/XM5
+57GWWAUiApH5LLSbXB3Zo96qiTJi2aAQZbWzorR9IA0XK6dLWVkQQSePacGe+IFB
+h9K8fMadSPeSLeYsHXVf3G0H2kDYKARqfmGc08cDpHdl6v3n9ZfqXGpvVCfXPNRq
+8YqVURrxQuphntpMqa9eOjVJmvXyItEPsQ9zugQllMeb9IDAkUTKwfMqWZguhfUO
+LmIO/Ns+uXld6qXMje8Z/SQrdqDrQLmEiqUz7ay7mQoKPcKtf6OBKEB/a71mCFSf
+YdIUaDECrcHWz5Aq/z0jSjC1Xh0d3Rzh+pZ8LvBPkNS5MgM2O9xJtkhLSvFerHnj
+ZdndN6GmaicaYSweOJyh0Op3xQDk/ci5c8tjJ+59dOqN7SPzSq6qWw6ZKdFadYdY
+hCvRycxMItfh7y72wTJEMv8qw0c/bIgXn0wIc8xI7TtNEodfoJmcZingBDXML89O
+71WvW4FqGBUtSKMlLR1cy5nASNGbN+eKMthFEU2V5G+/0tRwMPVEId6mw4ULlsSk
+sDmFGG3V2ZNb9rbHPrlXXpADbaSBCfjTWqJFlrTK+VyjWk8OLRLH19q27A8jDdnw
+0w6ccBksW8TjqOtAqwSv++qKu6vtYCsdGvhJK77tFdq7yL+v42Z+tekAEQEAAYkC
+JQQYAQgADwUCTLquIwIbDAUJEs/3gAAKCRD/maXDBVyNePTAD/9iczN1SOxsYzud
+0KTTu1BaBCwM89tPmonpq1j0MtI+a2zchRf4hqp9HIrWn4aAqjIZ+4K9bAYGCPYy
+4GIQvHy6bg/GBxh54Lm8yuJDbT1E6J/t22UUgijp0bK6SarQcAYe/v1AhOJYDKqY
+GjU7/B5IE0j1R9Toz95OB1TfcS7NhsUGwYJmO57k1t/jGSwiJkWmlFeiMeN2nGL7
+CFenOgi+P3husxXfaap4t6F/D8eNpFoLCulsD8t1n00QZ55dPZ1Nh++PqLKp+MEy
+JGLKi0oH269JwW3MW/GuWW6H05xgLXAJ6gXOSCDGaf4MXhZIQwz9viEzCQ8oTk4h
+cogBwWeRxvWMXUrxKqjbTeF8FQ7eOMMX6qWhBdalbJxPVhpk/XjxdyIRHtXpAkhc
+Z9Ue89YStD1PMziaYszeF9b8Va6gSnT49qxkybWuVd/fk/89E5Vu826ozXKMb7b3
+HWDc/JD79dYBOjDb1+h5n606mumKMUnvQrZhduiah1pBoBOMJR67b32LqFtH6AIb
+0pMMEMJlUnFOp9mCtEnmL86E3enJV99PDX9Zjq9xLiE65AT4exDqY7rePloRIuPI
+Zg7qiBRSZOAztMQWAiDJxX1YAk8RJesLSSy7VV/9N3lwxMHcdvt6ZBgrwm+yOdC0
+ynEx7mFdpU8WS9iMWrnEJC5G0aL6XA==
+=eKf+
+-----END PGP PUBLIC KEY BLOCK-----
diff --git a/repositories/progress-linux_artax.gpg b/repositories/progress-linux_artax.gpg
new file mode 100644
index 0000000..c4a248f
--- /dev/null
+++ b/repositories/progress-linux_artax.gpg
@@ -0,0 +1,53 @@
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Version: GnuPG v1.4.10 (GNU/Linux)
+
+mQINBEy6rbMBEACd8OmNrdmuRq1wZ7xudolmVxsLZD1sAyEkmYpvZd3uuVqXsKN6
+y7NXHGczjHLtEhLhylpiK+BVlilzpWSI3CB8npFz3CDALkGH2V4TbP6GkAb07cpj
+ktbZ/4gq+mPShwqxZpuBlCSr11npZK6XXyDiXdshFrHrFmvP52Gp3rKBv3xz8Tem
+BrHgLe9xCbmURZWOxuKiYuOp0j1A3WH3XeszybnntKbjxprDVJwink35GO5xm6p6
+B+kFyhe05txrInZm4R7ctL2gcXubmtCrWz2e0hvj8N7VVI9k1Vm7GFkIvSsMwUhN
+VGEszwCC+tHbYaNJXVQYd7FtGPC6vhDnF0QD1TVvKr3oiODYVRdQpe/WUqyooECj
+B0wiVKr4pgUCw7c6OCjegMpUGha7vzGgef+ozEep4sJAIVbl2Ixcq4UMjK3wNmT1
+2yPxpabEzgG/PCJ78nyc7eewPJPQq/s4gpRLJOaEE6zmauQrflKtCl9taFRpm1a4
+aZit6ES94ETUyDG2h4thtazDBBTmzW2gLwwA4hGWOGJ9k80FJLPWw4G9hLvga+sY
+FbckJ+D9NFKJNUuM/W1feddBjpOH/xsr0FIdfbm/8eIhCW2ox5m9LlPx2wXey0S6
+vzRZKOzp8HNl5o7+EMcKfmXDQOO83T7d3QEG+EZq4Cg2/XLVpwYL8liTKQARAQAB
+tFxQcm9ncmVzcyBMaW51eCBBcmNoaXZlIEF1dG9tYXRpYyBTaWduaW5nIEtleSAo
+MS4wL2FydGF4KSA8c3lzYWRtaW5AbGlzdHMucHJvZ3Jlc3MtbGludXgub3JnPokC
+PQQTAQgAJwUCTLqtswIbAwUJEs/3gAULCQgHAwUVCgkICwUWAgMBAAIeAQIXgAAK
+CRD/maXDBVyNeM8lEACUjjNW9pY3Nx++uAnEvUpRFVeg3c0z1XSO4ZMzHSOQ/C5e
+fA0DY8oPP3MS639HQj6JRK8DQEjFYmN+JpyAUn3AiqbFIN0yLC1mOs2ewz+Q1g7w
+VsTJGLJZryKRJapO7ikXZiqmtd3zUIFJThtr6mib8D+GQ8x7arFfyfnCfAMGg0Y+
+8oRtMk20yUhKtTSCJ5sLUfKNLTaAEbyX1bj6WogYH8HY89ZnFgvLlxIAMaahdhjC
+p4ko/1G3MRdCq9Y6LVeRWjv3OqWlPLr+lEN001qE6f0IBpvv6CsyTYI+wXd+tsBh
+vyx6XiJLa1iU6RB6jhH9UNODj8umoStWsCqXJm8IivDkDdMaWS8YZ7tgiYF7G95E
+gY0HvHhL5eVgVHTSnTN+bnmAHDGGwwQYMwz0o7xPDIVc/vQkILWOtIprc9amzHyR
+paNYQVPmQu6QnBgBBQyFSIrfnUV2fdmCdOa1JkP70EHIVDKohQO/fV4E7WH8s+Mx
+8/KrHwGBJGSdMHLDAr2R1TiZaf6sN/Ec8jr63mmEYkfULe4MPGvxxCtOjdakYgg1
+U9WZ76g4ApEcwF0zsFqtGcMGoiJ0/5mWojCbVzaFNo/tbv/DLSPnJdk88TqMvJcf
+P5N9T1Fykiya4mT1DQXqTB0JX156l76u/kps3yrSvPJsyDaL8OncCPsKgTeKHbkC
+DQRMuq4jARAAt0Yy1/si7gIdRPZ3jYVYbVD99Vu481rg1mwW8uw093o8AX5K/XM5
+57GWWAUiApH5LLSbXB3Zo96qiTJi2aAQZbWzorR9IA0XK6dLWVkQQSePacGe+IFB
+h9K8fMadSPeSLeYsHXVf3G0H2kDYKARqfmGc08cDpHdl6v3n9ZfqXGpvVCfXPNRq
+8YqVURrxQuphntpMqa9eOjVJmvXyItEPsQ9zugQllMeb9IDAkUTKwfMqWZguhfUO
+LmIO/Ns+uXld6qXMje8Z/SQrdqDrQLmEiqUz7ay7mQoKPcKtf6OBKEB/a71mCFSf
+YdIUaDECrcHWz5Aq/z0jSjC1Xh0d3Rzh+pZ8LvBPkNS5MgM2O9xJtkhLSvFerHnj
+ZdndN6GmaicaYSweOJyh0Op3xQDk/ci5c8tjJ+59dOqN7SPzSq6qWw6ZKdFadYdY
+hCvRycxMItfh7y72wTJEMv8qw0c/bIgXn0wIc8xI7TtNEodfoJmcZingBDXML89O
+71WvW4FqGBUtSKMlLR1cy5nASNGbN+eKMthFEU2V5G+/0tRwMPVEId6mw4ULlsSk
+sDmFGG3V2ZNb9rbHPrlXXpADbaSBCfjTWqJFlrTK+VyjWk8OLRLH19q27A8jDdnw
+0w6ccBksW8TjqOtAqwSv++qKu6vtYCsdGvhJK77tFdq7yL+v42Z+tekAEQEAAYkC
+JQQYAQgADwUCTLquIwIbDAUJEs/3gAAKCRD/maXDBVyNePTAD/9iczN1SOxsYzud
+0KTTu1BaBCwM89tPmonpq1j0MtI+a2zchRf4hqp9HIrWn4aAqjIZ+4K9bAYGCPYy
+4GIQvHy6bg/GBxh54Lm8yuJDbT1E6J/t22UUgijp0bK6SarQcAYe/v1AhOJYDKqY
+GjU7/B5IE0j1R9Toz95OB1TfcS7NhsUGwYJmO57k1t/jGSwiJkWmlFeiMeN2nGL7
+CFenOgi+P3husxXfaap4t6F/D8eNpFoLCulsD8t1n00QZ55dPZ1Nh++PqLKp+MEy
+JGLKi0oH269JwW3MW/GuWW6H05xgLXAJ6gXOSCDGaf4MXhZIQwz9viEzCQ8oTk4h
+cogBwWeRxvWMXUrxKqjbTeF8FQ7eOMMX6qWhBdalbJxPVhpk/XjxdyIRHtXpAkhc
+Z9Ue89YStD1PMziaYszeF9b8Va6gSnT49qxkybWuVd/fk/89E5Vu826ozXKMb7b3
+HWDc/JD79dYBOjDb1+h5n606mumKMUnvQrZhduiah1pBoBOMJR67b32LqFtH6AIb
+0pMMEMJlUnFOp9mCtEnmL86E3enJV99PDX9Zjq9xLiE65AT4exDqY7rePloRIuPI
+Zg7qiBRSZOAztMQWAiDJxX1YAk8RJesLSSy7VV/9N3lwxMHcdvt6ZBgrwm+yOdC0
+ynEx7mFdpU8WS9iMWrnEJC5G0aL6XA==
+=eKf+
+-----END PGP PUBLIC KEY BLOCK-----
diff --git a/repositories/progress-linux_baureo b/repositories/progress-linux_baureo
new file mode 100644
index 0000000..8ccf105
--- /dev/null
+++ b/repositories/progress-linux_baureo
@@ -0,0 +1,7 @@
+# Progress Linux 2.0 (baureo) - unreleased
+
+deb http://archive.progress-linux.org/progress/ baureo @ARCHIVE_AREAS@
+deb-src http://archive.progress-linux.org/progress/ baureo @ARCHIVE_AREAS@
+
+deb http://archive.progress-linux.org/progress/ baureo-staging @ARCHIVE_AREAS@
+deb-src http://archive.progress-linux.org/progress/ baureo-staging @ARCHIVE_AREAS@
diff --git a/repositories/progress-linux_baureo.gpg b/repositories/progress-linux_baureo.gpg
new file mode 100644
index 0000000..c4a248f
--- /dev/null
+++ b/repositories/progress-linux_baureo.gpg
@@ -0,0 +1,53 @@
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Version: GnuPG v1.4.10 (GNU/Linux)
+
+mQINBEy6rbMBEACd8OmNrdmuRq1wZ7xudolmVxsLZD1sAyEkmYpvZd3uuVqXsKN6
+y7NXHGczjHLtEhLhylpiK+BVlilzpWSI3CB8npFz3CDALkGH2V4TbP6GkAb07cpj
+ktbZ/4gq+mPShwqxZpuBlCSr11npZK6XXyDiXdshFrHrFmvP52Gp3rKBv3xz8Tem
+BrHgLe9xCbmURZWOxuKiYuOp0j1A3WH3XeszybnntKbjxprDVJwink35GO5xm6p6
+B+kFyhe05txrInZm4R7ctL2gcXubmtCrWz2e0hvj8N7VVI9k1Vm7GFkIvSsMwUhN
+VGEszwCC+tHbYaNJXVQYd7FtGPC6vhDnF0QD1TVvKr3oiODYVRdQpe/WUqyooECj
+B0wiVKr4pgUCw7c6OCjegMpUGha7vzGgef+ozEep4sJAIVbl2Ixcq4UMjK3wNmT1
+2yPxpabEzgG/PCJ78nyc7eewPJPQq/s4gpRLJOaEE6zmauQrflKtCl9taFRpm1a4
+aZit6ES94ETUyDG2h4thtazDBBTmzW2gLwwA4hGWOGJ9k80FJLPWw4G9hLvga+sY
+FbckJ+D9NFKJNUuM/W1feddBjpOH/xsr0FIdfbm/8eIhCW2ox5m9LlPx2wXey0S6
+vzRZKOzp8HNl5o7+EMcKfmXDQOO83T7d3QEG+EZq4Cg2/XLVpwYL8liTKQARAQAB
+tFxQcm9ncmVzcyBMaW51eCBBcmNoaXZlIEF1dG9tYXRpYyBTaWduaW5nIEtleSAo
+MS4wL2FydGF4KSA8c3lzYWRtaW5AbGlzdHMucHJvZ3Jlc3MtbGludXgub3JnPokC
+PQQTAQgAJwUCTLqtswIbAwUJEs/3gAULCQgHAwUVCgkICwUWAgMBAAIeAQIXgAAK
+CRD/maXDBVyNeM8lEACUjjNW9pY3Nx++uAnEvUpRFVeg3c0z1XSO4ZMzHSOQ/C5e
+fA0DY8oPP3MS639HQj6JRK8DQEjFYmN+JpyAUn3AiqbFIN0yLC1mOs2ewz+Q1g7w
+VsTJGLJZryKRJapO7ikXZiqmtd3zUIFJThtr6mib8D+GQ8x7arFfyfnCfAMGg0Y+
+8oRtMk20yUhKtTSCJ5sLUfKNLTaAEbyX1bj6WogYH8HY89ZnFgvLlxIAMaahdhjC
+p4ko/1G3MRdCq9Y6LVeRWjv3OqWlPLr+lEN001qE6f0IBpvv6CsyTYI+wXd+tsBh
+vyx6XiJLa1iU6RB6jhH9UNODj8umoStWsCqXJm8IivDkDdMaWS8YZ7tgiYF7G95E
+gY0HvHhL5eVgVHTSnTN+bnmAHDGGwwQYMwz0o7xPDIVc/vQkILWOtIprc9amzHyR
+paNYQVPmQu6QnBgBBQyFSIrfnUV2fdmCdOa1JkP70EHIVDKohQO/fV4E7WH8s+Mx
+8/KrHwGBJGSdMHLDAr2R1TiZaf6sN/Ec8jr63mmEYkfULe4MPGvxxCtOjdakYgg1
+U9WZ76g4ApEcwF0zsFqtGcMGoiJ0/5mWojCbVzaFNo/tbv/DLSPnJdk88TqMvJcf
+P5N9T1Fykiya4mT1DQXqTB0JX156l76u/kps3yrSvPJsyDaL8OncCPsKgTeKHbkC
+DQRMuq4jARAAt0Yy1/si7gIdRPZ3jYVYbVD99Vu481rg1mwW8uw093o8AX5K/XM5
+57GWWAUiApH5LLSbXB3Zo96qiTJi2aAQZbWzorR9IA0XK6dLWVkQQSePacGe+IFB
+h9K8fMadSPeSLeYsHXVf3G0H2kDYKARqfmGc08cDpHdl6v3n9ZfqXGpvVCfXPNRq
+8YqVURrxQuphntpMqa9eOjVJmvXyItEPsQ9zugQllMeb9IDAkUTKwfMqWZguhfUO
+LmIO/Ns+uXld6qXMje8Z/SQrdqDrQLmEiqUz7ay7mQoKPcKtf6OBKEB/a71mCFSf
+YdIUaDECrcHWz5Aq/z0jSjC1Xh0d3Rzh+pZ8LvBPkNS5MgM2O9xJtkhLSvFerHnj
+ZdndN6GmaicaYSweOJyh0Op3xQDk/ci5c8tjJ+59dOqN7SPzSq6qWw6ZKdFadYdY
+hCvRycxMItfh7y72wTJEMv8qw0c/bIgXn0wIc8xI7TtNEodfoJmcZingBDXML89O
+71WvW4FqGBUtSKMlLR1cy5nASNGbN+eKMthFEU2V5G+/0tRwMPVEId6mw4ULlsSk
+sDmFGG3V2ZNb9rbHPrlXXpADbaSBCfjTWqJFlrTK+VyjWk8OLRLH19q27A8jDdnw
+0w6ccBksW8TjqOtAqwSv++qKu6vtYCsdGvhJK77tFdq7yL+v42Z+tekAEQEAAYkC
+JQQYAQgADwUCTLquIwIbDAUJEs/3gAAKCRD/maXDBVyNePTAD/9iczN1SOxsYzud
+0KTTu1BaBCwM89tPmonpq1j0MtI+a2zchRf4hqp9HIrWn4aAqjIZ+4K9bAYGCPYy
+4GIQvHy6bg/GBxh54Lm8yuJDbT1E6J/t22UUgijp0bK6SarQcAYe/v1AhOJYDKqY
+GjU7/B5IE0j1R9Toz95OB1TfcS7NhsUGwYJmO57k1t/jGSwiJkWmlFeiMeN2nGL7
+CFenOgi+P3husxXfaap4t6F/D8eNpFoLCulsD8t1n00QZ55dPZ1Nh++PqLKp+MEy
+JGLKi0oH269JwW3MW/GuWW6H05xgLXAJ6gXOSCDGaf4MXhZIQwz9viEzCQ8oTk4h
+cogBwWeRxvWMXUrxKqjbTeF8FQ7eOMMX6qWhBdalbJxPVhpk/XjxdyIRHtXpAkhc
+Z9Ue89YStD1PMziaYszeF9b8Va6gSnT49qxkybWuVd/fk/89E5Vu826ozXKMb7b3
+HWDc/JD79dYBOjDb1+h5n606mumKMUnvQrZhduiah1pBoBOMJR67b32LqFtH6AIb
+0pMMEMJlUnFOp9mCtEnmL86E3enJV99PDX9Zjq9xLiE65AT4exDqY7rePloRIuPI
+Zg7qiBRSZOAztMQWAiDJxX1YAk8RJesLSSy7VV/9N3lwxMHcdvt6ZBgrwm+yOdC0
+ynEx7mFdpU8WS9iMWrnEJC5G0aL6XA==
+=eKf+
+-----END PGP PUBLIC KEY BLOCK-----
diff --git a/scripts/build/lb b/scripts/build/lb
index f64967a..9489ff4 100755
--- a/scripts/build/lb
+++ b/scripts/build/lb
@@ -22,7 +22,7 @@ case "${1}" in
-h|--help)
if [ -x "$(which man 2>/dev/null)" ]
then
- man lh
+ man lb
exit 0
else
${0} --usage
diff --git a/scripts/build/lb_binary b/scripts/build/lb_binary
index 8d3e6cd..0eddd7c 100755
--- a/scripts/build/lb_binary
+++ b/scripts/build/lb_binary
@@ -56,7 +56,6 @@ fi
# Building root filesystem
lb binary_rootfs ${*}
lb binary_manifest ${*}
-lb binary_encryption ${*}
# Prepare images
lb binary_local-packagelists ${*}
diff --git a/scripts/build/lb_binary_debian-installer b/scripts/build/lb_binary_debian-installer
index 5a42027..c2a7bac 100755
--- a/scripts/build/lb_binary_debian-installer
+++ b/scripts/build/lb_binary_debian-installer
@@ -604,15 +604,15 @@ then
# Generating release file
mv binary chroot/root
- eval _VERSION="$`echo RELEASE_${LB_DISTRIBUTION}`"
+ eval _VERSION="$`echo RELEASE_${LB_PARENT_DISTRIBUTION}`"
- case "${LB_DISTRIBUTION}" in
+ case "${LB_PARENT_DISTRIBUTION}" in
sid)
_SUITE="unstable"
;;
*)
- _SUITE="${LB_DISTRIBUTION}"
+ _SUITE="${LB_PARENT_DISTRIBUTION}"
;;
esac
@@ -622,7 +622,7 @@ cd /root/binary && apt-ftparchive \
-o APT::FTPArchive::Release::Label="Debian" \
-o APT::FTPArchive::Release::Suite="${_SUITE}" \
-o APT::FTPArchive::Release::Version="${_VERSION}" \
- -o APT::FTPArchive::Release::Codename="${LB_DISTRIBUTION}" \
+ -o APT::FTPArchive::Release::Codename="${LB_PARENT_DISTRIBUTION}" \
-o APT::FTPArchive::Release::Date="$(date -R)" \
-o APT::FTPArchive::Release::Architectures="${LB_ARCHITECTURES}" \
-o APT::FTPArchive::Release::Components="main" \
@@ -636,9 +636,9 @@ EOF
DISTRIBUTIONS="frozen stable testing unstable"
- if [ "${LB_DEBIAN_INSTALLER_DISTRIBUTION}" != "${LB_DISTRIBUTION}" ]
+ if [ "${LB_DEBIAN_INSTALLER_DISTRIBUTION}" != "${LB_PARENT_DISTRIBUTION}" ]
then
- DISTRIBUTIONS="${DISTRIBUTIONS} ${LB_DISTRIBUTION}"
+ DISTRIBUTIONS="${DISTRIBUTIONS} ${LB_PARENT_DISTRIBUTION}"
fi
case "${LB_BINARY_IMAGES}" in
diff --git a/scripts/build/lb_binary_disk b/scripts/build/lb_binary_disk
index 0e03bf6..9b16ef0 100755
--- a/scripts/build/lb_binary_disk
+++ b/scripts/build/lb_binary_disk
@@ -60,11 +60,6 @@ case "${LB_MODE}" in
TRACE="project/trace/ftp-master.debian.org"
;;
- debian-release)
- STRING="Official ${ARCHITECTURE}"
- TRACE="project/trace/ftp-master.debian.org"
- ;;
-
ubuntu)
TITLE="Ubuntu"
STRING="Build ${ARCHITECTURE}"
@@ -115,7 +110,7 @@ case "${LB_DEBIAN_INSTALLER}" in
echo "${TITLE} ${VERSION} \"${DISTRIBUTION}\" - ${STRING} LIVE/CD Binary $(date +%Y%m%d-%H:%M)" > binary/.disk/info
- cp "${LB_BASE}"/data/debian-cd/${LB_DISTRIBUTION}/${LB_ARCHITECTURES}_udeb_include binary/.disk/udeb_include
+ cp "${LB_BASE}"/data/debian-cd/${LB_PARENT_DISTRIBUTION}/${LB_ARCHITECTURES}_udeb_include binary/.disk/udeb_include
;;
true|netinst|live)
@@ -133,7 +128,7 @@ case "${LB_DEBIAN_INSTALLER}" in
fi
- cp "${LB_BASE}"/data/debian-cd/${LB_DISTRIBUTION}/${LB_ARCHITECTURES}_netinst_udeb_include binary/.disk/udeb_include
+ cp "${LB_BASE}"/data/debian-cd/${LB_PARENT_DISTRIBUTION}/${LB_ARCHITECTURES}_netinst_udeb_include binary/.disk/udeb_include
if [ "${LB_DEBIAN_INSTALLER}" = "live" ]
then
@@ -148,7 +143,7 @@ case "${LB_DEBIAN_INSTALLER}" in
echo "${TITLE} ${VERSION} \"${DISTRIBUTION}\" - ${STRING} LIVE/BC Binary $(date +%Y%m%d-%H:%M)" > binary/.disk/info
- cp "${LB_BASE}"/data/debian-cd/${LB_DISTRIBUTION}/${LB_ARCHITECTURES}_businesscard_udeb_include binary/.disk/udeb_include
+ cp "${LB_BASE}"/data/debian-cd/${LB_PARENT_DISTRIBUTION}/${LB_ARCHITECTURES}_businesscard_udeb_include binary/.disk/udeb_include
;;
false)
diff --git a/scripts/build/lb_binary_encryption b/scripts/build/lb_binary_encryption
deleted file mode 100755
index f5e6458..0000000
--- a/scripts/build/lb_binary_encryption
+++ /dev/null
@@ -1,147 +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 'encrypts rootfs')"
-HELP=""
-USAGE="${PROGRAM} [--force]"
-
-Arguments "${@}"
-
-# Reading configuration files
-Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source
-Set_defaults
-
-if [ "${LB_BINARY_IMAGES}" = "virtual-hdd" ]
-then
- exit 0
-fi
-
-case "${LB_ENCRYPTION}" in
- aes128|aes192|aes256)
- ;;
- ""|false)
- exit 0
- ;;
- *)
- Echo_error "Encryption type %s not supported." "${LB_ENCRYPTION}"
- exit 1
- ;;
-esac
-
-case "${LB_CHROOT_FILESYSTEM}" in
- ext2|squashfs)
- ;;
-
- *)
- Echo_error "Encryption not yet supported on %s filesystems." "${LB_CHROOT_FILESYSTEM}"
- exit 1
- ;;
-esac
-
-Echo_message "Begin encrypting root filesystem image..."
-
-# Requiring stage file
-Require_stagefile .stage/config .stage/bootstrap .stage/binary_rootfs
-
-# Checking stage file
-Check_stagefile .stage/binary_encryption
-
-# Checking lock file
-Check_lockfile .lock
-
-# Creating lock file
-Create_lockfile .lock
-
-case "${LB_INITRAMFS}" in
- casper)
- INITFS="casper"
- ;;
-
- live-initramfs|live-boot)
- INITFS="live"
- ;;
-esac
-
-# Checking depends
-Check_package chroot/usr/bin/aespipe aespipe
-
-# Restoring cache
-Restore_cache cache/packages_binary
-
-# Installing depends
-Install_package
-
-Echo_message "Encrypting binary/%s/filesystem.%s with %s..." "${INITFS}" "${LB_CHROOT_FILESYSTEM}" "${LB_ENCRYPTION}"
-
-if [ "${LB_BUILD_WITH_CHROOT}" = "true" ]
-then
- # Moving image
- mv binary/${INITFS}/filesystem.${LB_CHROOT_FILESYSTEM} chroot
-fi
-
-while true
-do
- echo
- echo " **************************************"
- Echo " ** Configuring encrypted filesystem **"
- echo " **************************************"
- Echo " (Passwords must be at least 20 characters long)"
- echo
-
- case "${LB_BUILD_WITH_CHROOT}" in
- true)
- if Chroot chroot aespipe -e ${LB_ENCRYPTION} -T \
- < chroot/filesystem.${LB_CHROOT_FILESYSTEM} \
- > chroot/filesystem.${LB_CHROOT_FILESYSTEM}.tmp
- then
- mv chroot/filesystem.${LB_CHROOT_FILESYSTEM}.tmp binary/${INITFS}/filesystem.${LB_CHROOT_FILESYSTEM}
- break
- fi
- ;;
- false)
- if aespipe -e ${LB_ENCRYPTION} -T \
- < binary/${INITFS}/filesystem.${LB_CHROOT_FILESYSTEM} \
- > binary/${INITFS}/filesystem.${LB_CHROOT_FILESYSTEM}.tmp
- then
- mv binary/${INITFS}/filesystem.${LB_CHROOT_FILESYSTEM}.tmp binary/${INITFS}/filesystem.${LB_CHROOT_FILESYSTEM}
- break
- fi
- ;;
- esac
-
- printf "\nThere was an error configuring encryption ... Retry? [Y/n] "
- read ANSWER
-
- if [ "$(echo "${ANSWER}" | cut -b1 | tr A-Z a-z)" = "n" ]
- then
- unset ANSWER
- break
- fi
-done
-
-# Cleanup temporary filesystems
-rm -f chroot/filesystem.${LB_CHROOT_FILESYSTEM}
-rm -f chroot/filesystem.${LB_CHROOT_FILESYSTEM}.tmp
-rm -f binary/${INITFS}/filesystem.${LB_CHROOT_FILESYSTEM}.tmp
-
-# Saving cache
-Save_cache cache/packages_binary
-
-# Removing depends
-Remove_package
-
-# Creating stage file
-Create_stagefile .stage/binary_encryption
diff --git a/scripts/build/lb_binary_grub b/scripts/build/lb_binary_grub
index e2228a7..d75b800 100755
--- a/scripts/build/lb_binary_grub
+++ b/scripts/build/lb_binary_grub
@@ -122,7 +122,7 @@ case "${LB_INITRAMFS}" in
INITFS="casper"
;;
- live-initramfs|live-boot)
+ live-boot)
INITFS="live"
;;
esac
@@ -135,7 +135,7 @@ case "${LB_BINARY_IMAGES}" in
DESTDIR_LIVE="binary/casper"
;;
- live-initramfs|live-boot)
+ live-boot)
DESTDIR_LIVE="binary/live"
;;
esac
@@ -156,14 +156,6 @@ Check_multiarchitectures
mkdir -p "${DESTDIR_LIVE}"
# Setting boot parameters
-
-case "${LB_ENCRYPTION}" in
- ""|false)
- ;;
- *)
- LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE} encryption=${LB_ENCRYPTION}"
-esac
-
if [ -n "${LB_USERNAME}" ]
then
case "${LB_INITRAMFS}" in
@@ -171,7 +163,7 @@ then
LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE} username=${LB_USERNAME}"
;;
- live-initramfs|live-boot)
+ live-boot)
if [ "${LB_USERNAME}" != "user" ]
then
LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE} username=${LB_USERNAME}"
@@ -187,7 +179,7 @@ then
LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE} hostname=${LB_HOSTNAME}"
;;
- live-initramfs|live-boot)
+ live-boot)
if [ "${LB_HOSTNAME}" != "debian" ]
then
LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE} hostname=${LB_HOSTNAME}"
diff --git a/scripts/build/lb_binary_grub2 b/scripts/build/lb_binary_grub2
index 7228309..5db05fe 100755
--- a/scripts/build/lb_binary_grub2
+++ b/scripts/build/lb_binary_grub2
@@ -96,7 +96,7 @@ case "${LB_INITRAMFS}" in
INITFS="casper"
;;
- live-initramfs|live-boot)
+ live-boot)
INITFS="live"
;;
esac
@@ -109,7 +109,7 @@ case "${LB_BINARY_IMAGES}" in
DESTDIR_LIVE="binary/casper"
;;
- live-initramfs|live-boot)
+ live-boot)
DESTDIR_LIVE="binary/live"
;;
esac
@@ -130,14 +130,6 @@ Check_multiarchitectures
mkdir -p "${DESTDIR_LIVE}"
# Setting boot parameters
-
-case "${LB_ENCRYPTION}" in
- ""|false)
- ;;
- *)
- LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE} encryption=${LB_ENCRYPTION}"
-esac
-
if [ -n "${LB_USERNAME}" ]
then
case "${LB_INITRAMFS}" in
@@ -145,7 +137,7 @@ then
LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE} username=${LB_USERNAME}"
;;
- live-initramfs|live-boot)
+ live-boot)
if [ "${LB_USERNAME}" != "user" ]
then
LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE} username=${LB_USERNAME}"
@@ -161,7 +153,7 @@ then
LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE} hostname=${LB_HOSTNAME}"
;;
- live-initramfs|live-boot)
+ live-boot)
if [ "${LB_HOSTNAME}" != "debian" ]
then
LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE} hostname=${LB_HOSTNAME}"
diff --git a/scripts/build/lb_binary_linux-image b/scripts/build/lb_binary_linux-image
index ff82c86..6fd4311 100755
--- a/scripts/build/lb_binary_linux-image
+++ b/scripts/build/lb_binary_linux-image
@@ -48,7 +48,7 @@ case "${LB_INITRAMFS}" in
DESTDIR="binary/casper"
;;
- live-initramfs|live-boot)
+ live-boot)
DESTDIR="binary/live"
;;
@@ -77,10 +77,10 @@ cp chroot/boot/"${LINUX}"-* "${DESTDIR}"
cp chroot/boot/initrd.img-* "${DESTDIR}"
case "${LB_INITRAMFS}" in
- live-initramfs|live-boot)
- if [ -e chroot/usr/share/doc/live-initramfs/parameters.txt ]
+ live-boot)
+ if [ -e chroot/usr/share/doc/live-boot/parameters.txt ]
then
- cp chroot/usr/share/doc/live-initramfs/parameters.txt "${DESTDIR}"/parameters.txt
+ cp chroot/usr/share/doc/live-boot/parameters.txt "${DESTDIR}"/parameters
fi
;;
esac
diff --git a/scripts/build/lb_binary_local-packagelists b/scripts/build/lb_binary_local-packagelists
index 745a434..57ba74e 100755
--- a/scripts/build/lb_binary_local-packagelists
+++ b/scripts/build/lb_binary_local-packagelists
@@ -108,9 +108,9 @@ then
do
SECTION="$(basename ${SECTION})"
- mkdir -p dists/${LB_DISTRIBUTION}/${SECTION}/binary-${LB_ARCHITECTURES}
- apt-ftparchive packages pool/${SECTION} > dists/${LB_DISTRIBUTION}/${SECTION}/binary-${LB_ARCHITECTURES}/Packages
- gzip -9 -c dists/${LB_DISTRIBUTION}/${SECTION}/binary-${LB_ARCHITECTURES}/Packages > dists/${LB_DISTRIBUTION}/${SECTION}/binary-${LB_ARCHITECTURES}/Packages.gz
+ mkdir -p dists/${LB_PARENT_DISTRIBUTION}/${SECTION}/binary-${LB_ARCHITECTURES}
+ apt-ftparchive packages pool/${SECTION} > dists/${LB_PARENT_DISTRIBUTION}/${SECTION}/binary-${LB_ARCHITECTURES}/Packages
+ gzip -9 -c dists/${LB_PARENT_DISTRIBUTION}/${SECTION}/binary-${LB_ARCHITECTURES}/Packages > dists/${LB_PARENT_DISTRIBUTION}/${SECTION}/binary-${LB_ARCHITECTURES}/Packages.gz
done
cd "${OLDPWD}"
diff --git a/scripts/build/lb_binary_manifest b/scripts/build/lb_binary_manifest
index 1c50f58..ffa46b1 100755
--- a/scripts/build/lb_binary_manifest
+++ b/scripts/build/lb_binary_manifest
@@ -49,7 +49,7 @@ case "${LB_INITRAMFS}" in
SUFFIX="manifest"
;;
- live-initramfs|live-boot)
+ live-boot)
INITFS="live"
SUFFIX="packages"
;;
diff --git a/scripts/build/lb_binary_memtest b/scripts/build/lb_binary_memtest
index fade917..4572a5f 100755
--- a/scripts/build/lb_binary_memtest
+++ b/scripts/build/lb_binary_memtest
@@ -84,7 +84,7 @@ case "${LB_INITRAMFS}" in
DESTDIR="binary/casper"
;;
- live-initramfs|live-boot)
+ live-boot)
DESTDIR="binary/live"
;;
esac
diff --git a/scripts/build/lb_binary_net b/scripts/build/lb_binary_net
index 8ec5950..bd9504f 100755
--- a/scripts/build/lb_binary_net
+++ b/scripts/build/lb_binary_net
@@ -29,7 +29,7 @@ then
exit 0
fi
-if [ "${LB_NET_TARBALL}" = "none" ]
+if [ "${LB_NET_TARBALL}" = "false" ]
then
exit 0
fi
@@ -66,7 +66,7 @@ then
ORIGDIR="binary/casper"
;;
- live-initramfs|live-boot)
+ live-boot)
ORIGDIR="binary/live"
;;
esac
@@ -115,12 +115,11 @@ then
fi
# Remove old binary
-rm -f binary-net.tar.bz2
-rm -f binary-net.tar.gz
-rm -f binary-net.tar
+rm -f binary-net.tar.bz2 binary-net.tar.gz binary-net.tar.lz binary-net.tar
# Creating image file
ROOT_DIR=$(basename ${LB_NET_ROOT_PATH})
+
if [ "${ROOT_DIR}" = "chroot" ]
then
mv chroot chroot.tmp
@@ -135,18 +134,22 @@ mkdir binary.tmp
mv ${ROOT_DIR} tftpboot binary.tmp
cd binary.tmp
-case "${LB_NET_TARBALL}" in
+tar cf ../binary-net.tar *
+
+case "${LB_COMPRESSION}" in
bzip2)
- tar cfj ../binary-net-tar.bz2 *
+ bzip2 ${BZIP2_OPTIONS} ../binary-net.tar
;;
gzip)
- tar cf ../binary-net.tar *
gzip ${GZIP_OPTIONS} ../binary-net.tar
;;
- tar)
- tar cf ../binary-net.tar *
+ lzip)
+ lzip ${LZIP_OPTIONS} ../binary-net.tar
+ ;;
+
+ none)
;;
esac
diff --git a/scripts/build/lb_binary_rootfs b/scripts/build/lb_binary_rootfs
index b2dabe4..22aa430 100755
--- a/scripts/build/lb_binary_rootfs
+++ b/scripts/build/lb_binary_rootfs
@@ -53,7 +53,7 @@ case "${LB_INITRAMFS}" in
INITFS="casper"
;;
- live-initramfs|live-boot)
+ live-boot)
INITFS="live"
;;
esac
diff --git a/scripts/build/lb_binary_silo b/scripts/build/lb_binary_silo
index 41df7f3..104d864 100755
--- a/scripts/build/lb_binary_silo
+++ b/scripts/build/lb_binary_silo
@@ -113,7 +113,7 @@ case "${LB_INITRAMFS}" in
DESTDIR_LIVE="binary/casper"
;;
- live-initramfs|live-boot)
+ live-boot)
INITFS="live"
DESTDIR_LIVE="binary/live"
;;
@@ -123,14 +123,6 @@ esac
mkdir -p "${DESTDIR_LIVE}"
# Setting boot parameters
-case "${LB_ENCRYPTION}" in
- ""|false)
- ;;
- *)
- LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE} encryption=${LB_ENCRYPTION}"
- ;;
-esac
-
if [ -n "${LB_USERNAME}" ]
then
case "${LB_INITRAMFS}" in
@@ -138,7 +130,7 @@ then
LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE} username=${LB_USERNAME}"
;;
- live-initramfs|live-boot)
+ live-boot)
if [ "${LB_USERNAME}" != "user" ]
then
LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE} username=${LB_USERNAME}"
@@ -154,7 +146,7 @@ then
LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE} hostname=${LB_HOSTNAME}"
;;
- live-initramfs|live-boot)
+ live-boot)
if [ "${LB_HOSTNAME}" != "debian" ]
then
LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE} hostname=${LB_HOSTNAME}"
diff --git a/scripts/build/lb_binary_tar b/scripts/build/lb_binary_tar
index 3e89bd7..026ca2c 100755
--- a/scripts/build/lb_binary_tar
+++ b/scripts/build/lb_binary_tar
@@ -44,10 +44,26 @@ Check_lockfile .lock
Create_lockfile .lock
# Remove old binary
-rm -f binary.tar.gz
+rm -f binary.tar.bz2 binary.tar.gz binary.tar.lz binary.tar
tar cf binary-tar.tar binary
-gzip ${GZIP_OPTIONS} binary-tar.tar
+
+case "${LB_COMPRESSION}" in
+ bzip2)
+ bzip2 ${BZIP2_OPTIONS} binary-tar.tar
+ ;;
+
+ gzip)
+ gzip ${GZIP_OPTIONS} binary-tar.tar
+ ;;
+
+ lzip)
+ lzip ${LZIP_OPTIONS} binary-tar.tar
+ ;;
+
+ none)
+ ;;
+esac
# Creating stage file
Create_stagefile .stage/binary_tar
diff --git a/scripts/build/lb_binary_yaboot b/scripts/build/lb_binary_yaboot
index 49d5b0d..1e54e0c 100755
--- a/scripts/build/lb_binary_yaboot
+++ b/scripts/build/lb_binary_yaboot
@@ -129,7 +129,7 @@ case "${LB_INITRAMFS}" in
INITFS="casper"
;;
- live-initramfs|live-boot)
+ live-boot)
INITFS="live"
;;
esac
@@ -142,7 +142,7 @@ case "${LB_BINARY_IMAGES}" in
DESTDIR_LIVE="binary/casper"
;;
- live-initramfs|live-boot)
+ live-boot)
DESTDIR_LIVE="binary/live"
;;
esac
@@ -162,14 +162,6 @@ Check_multiarchitectures
mkdir -p "${DESTDIR_LIVE}"
# Setting boot parameters
-case "${LB_ENCRYPTION}" in
- ""|false)
- ;;
- *)
- LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE} encryption=${LB_ENCRYPTION}"
- ;;
-esac
-
if [ -n "${LB_USERNAME}" ]
then
case "${LB_INITRAMFS}" in
@@ -177,7 +169,7 @@ then
LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE} username=${LB_USERNAME}"
;;
- live-initramfs|live-boot)
+ live-boot)
if [ "${LB_USERNAME}" != "user" ]
then
LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE} username=${LB_USERNAME}"
@@ -193,7 +185,7 @@ then
LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE} hostname=${LB_HOSTNAME}"
;;
- live-initramfs|live-boot)
+ live-boot)
if [ "${LB_HOSTNAME}" != "debian" ]
then
LB_BOOTAPPEND_LIVE="${LB_BOOTAPPEND_LIVE} hostname=${LB_HOSTNAME}"
diff --git a/scripts/build/lb_bootstrap_cdebootstrap b/scripts/build/lb_bootstrap_cdebootstrap
index 2f648a3..c92746e 100755
--- a/scripts/build/lb_bootstrap_cdebootstrap
+++ b/scripts/build/lb_bootstrap_cdebootstrap
@@ -131,7 +131,7 @@ then
fi
Echo_breakage "Running ${LB_BOOTSTRAP} (download-only)... "
- ${LB_ROOT_COMMAND} ${LB_BOOTSTRAP} ${CDEBOOTSTRAP_OPTIONS} --download-only "${LB_DISTRIBUTION}" chroot "${LB_MIRROR_BOOTSTRAP}"
+ ${LB_ROOT_COMMAND} ${LB_BOOTSTRAP} ${CDEBOOTSTRAP_OPTIONS} --download-only "${LB_PARENT_DISTRIBUTION}" chroot "${LB_MIRROR_BOOTSTRAP}"
if [ -n "${LB_ROOT_COMMAND}" ]
then
@@ -147,7 +147,7 @@ then
fi
Echo_breakage "Running ${LB_BOOTSTRAP}... "
- ${LB_ROOT_COMMAND} ${LB_BOOTSTRAP} ${CDEBOOTSTRAP_OPTIONS} "${LB_DISTRIBUTION}" chroot "${LB_MIRROR_BOOTSTRAP}"
+ ${LB_ROOT_COMMAND} ${LB_BOOTSTRAP} ${CDEBOOTSTRAP_OPTIONS} "${LB_PARENT_DISTRIBUTION}" chroot "${LB_MIRROR_BOOTSTRAP}"
if [ -n "${LB_ROOT_COMMAND}" ]
then
diff --git a/scripts/build/lb_bootstrap_debootstrap b/scripts/build/lb_bootstrap_debootstrap
index 7f3b9c7..a698e54 100755
--- a/scripts/build/lb_bootstrap_debootstrap
+++ b/scripts/build/lb_bootstrap_debootstrap
@@ -124,7 +124,7 @@ then
fi
Echo_breakage "Running debootstrap (download-only)... "
- ${LB_ROOT_COMMAND} debootstrap ${DEBOOTSTRAP_OPTIONS} --download-only "${LB_DISTRIBUTION}" chroot "${LB_MIRROR_BOOTSTRAP}" "${LB_DEBOOTSTRAP_SCRIPT}"
+ ${LB_ROOT_COMMAND} debootstrap ${DEBOOTSTRAP_OPTIONS} --download-only "${LB_PARENT_DISTRIBUTION}" chroot "${LB_MIRROR_BOOTSTRAP}" "${LB_DEBOOTSTRAP_SCRIPT}"
if [ -n "${LB_ROOT_COMMAND}" ]
then
@@ -140,7 +140,7 @@ then
fi
Echo_breakage "Running debootstrap... "
- ${LB_ROOT_COMMAND} debootstrap ${DEBOOTSTRAP_OPTIONS} "${LB_DISTRIBUTION}" chroot "${LB_MIRROR_BOOTSTRAP}" "${LB_DEBOOTSTRAP_SCRIPT}"
+ ${LB_ROOT_COMMAND} debootstrap ${DEBOOTSTRAP_OPTIONS} "${LB_PARENT_DISTRIBUTION}" chroot "${LB_MIRROR_BOOTSTRAP}" "${LB_DEBOOTSTRAP_SCRIPT}"
if [ -n "${LB_ROOT_COMMAND}" ]
then
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_apt b/scripts/build/lb_chroot_apt
index da3b036..1fea99a 100755
--- a/scripts/build/lb_chroot_apt
+++ b/scripts/build/lb_chroot_apt
@@ -54,17 +54,6 @@ case "${1}" in
echo "Acquire::http::Proxy \"${LB_APT_HTTP_PROXY}\";" > chroot/etc/apt/apt.conf.d/00http-proxy
fi
- # Configuring apt pdiffs
- case "${LB_APT_PDIFFS}" in
- true)
- echo "Acquire::PDiffs \"true\";" > chroot/etc/apt/apt.conf.d/00pdiffs
- ;;
-
- false)
- echo "Acquire::PDiffs \"false\";" > chroot/etc/apt/apt.conf.d/00pdiffs
- ;;
- esac
-
# Configuring apt pipeline
if [ -n "${LB_APT_PIPELINE}" ]
then
@@ -163,12 +152,6 @@ case "${1}" in
# Deconfiguring aptitude http proxy
rm -f chroot/etc/apt/apt.conf.d/00http-proxy
- # Deconfiguring aptitude pdiffs
- if [ "${LB_APT_PDIFFS}" = "true" ]
- then
- rm -f chroot/etc/apt/apt.conf.d/00pdiffs
- fi
-
# Deconfiguring aptitude pipeline
rm -f chroot/etc/apt/apt.conf.d/00pipeline
diff --git a/scripts/build/lb_chroot_hacks b/scripts/build/lb_chroot_hacks
index d5a7d7f..70af7f8 100755
--- a/scripts/build/lb_chroot_hacks
+++ b/scripts/build/lb_chroot_hacks
@@ -38,7 +38,7 @@ Check_lockfile .lock
# Creating lock file
Create_lockfile .lock
-case "${LB_DISTRIBUTION}" in
+case "${LB_PARENT_DISTRIBUTION}" in
squeeze|sid)
if echo "${LB_TASKS}" | grep -qs lxde ||
echo "${LB_TASKS}" | grep -qs xfce
@@ -163,7 +163,7 @@ case "${LB_INITRAMFS}" in
UPDATE_INITRAMFS_OPTIONS="CASPER_GENERATE_UUID=1"
;;
- live-initramfs|live-boot)
+ live-boot)
#UPDATE_INITRAMFS_OPTIONS="LIVE_GENERATE_UUID=1"
;;
esac
@@ -198,7 +198,7 @@ case "${LB_INITRAMFS}" in
ID="999"
;;
- live-initramfs|live-boot)
+ live-boot)
ID="1000"
;;
esac
diff --git a/scripts/build/lb_chroot_linux-image b/scripts/build/lb_chroot_linux-image
index 507f385..b72ffb6 100755
--- a/scripts/build/lb_chroot_linux-image
+++ b/scripts/build/lb_chroot_linux-image
@@ -55,7 +55,7 @@ EOF
# Diverting update-initramfs
#case "${LB_INITRAMFS}" in
- # live-initramfs|live-boot)
+ # live-boot)
# mv chroot/usr/sbin/update-initramfs chroot/usr/sbin/update-initramfs.live-build
# ;;
#esac
diff --git a/scripts/build/lb_chroot_sources b/scripts/build/lb_chroot_sources
index 7e163d9..d06667b 100755
--- a/scripts/build/lb_chroot_sources
+++ b/scripts/build/lb_chroot_sources
@@ -50,34 +50,34 @@ case "${1}" in
cat > chroot/etc/apt/sources.list << EOF
# /etc/apt/sources.list
-deb ${LB_MIRROR_CHROOT} ${LB_DISTRIBUTION} ${LB_ARCHIVE_AREAS}
+deb ${LB_MIRROR_CHROOT} ${LB_PARENT_DISTRIBUTION} ${LB_ARCHIVE_AREAS}
EOF
if [ "${LB_SOURCE}" = "true" ]
then
- echo "deb-src ${LB_MIRROR_CHROOT} ${LB_DISTRIBUTION} ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+ echo "deb-src ${LB_MIRROR_CHROOT} ${LB_PARENT_DISTRIBUTION} ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
fi
if [ "${LB_SECURITY}" = "true" ]
then
case "${LB_MODE}" in
ubuntu)
- echo "deb ${LB_MIRROR_CHROOT_SECURITY} ${LB_DISTRIBUTION}-security ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+ echo "deb ${LB_MIRROR_CHROOT_SECURITY} ${LB_PARENT_DISTRIBUTION}-security ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
if [ "${LB_SOURCE}" = "true" ]
then
- echo "deb-src ${LB_MIRROR_CHROOT_SECURITY} ${LB_DISTRIBUTION}-security ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+ echo "deb-src ${LB_MIRROR_CHROOT_SECURITY} ${LB_PARENT_DISTRIBUTION}-security ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
fi
;;
*)
- if [ "${LB_DISTRIBUTION}" != "sid" ] && [ "${LB_DISTRIBUTION}" != "unstable" ]
+ if [ "${LB_PARENT_DISTRIBUTION}" != "sid" ] && [ "${LB_PARENT_DISTRIBUTION}" != "unstable" ]
then
- echo "deb ${LB_MIRROR_CHROOT_SECURITY} ${LB_DISTRIBUTION}/updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+ echo "deb ${LB_MIRROR_CHROOT_SECURITY} ${LB_PARENT_DISTRIBUTION}/updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
if [ "${LB_SOURCE}" = "true" ]
then
- echo "deb-src ${LB_MIRROR_CHROOT_SECURITY} ${LB_DISTRIBUTION}/updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+ echo "deb-src ${LB_MIRROR_CHROOT_SECURITY} ${LB_PARENT_DISTRIBUTION}/updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
fi
fi
;;
@@ -87,12 +87,12 @@ EOF
if [ "${LB_VOLATILE}" = "true" ]
then
case "${LB_MODE}" in
- debian|debian-release|ubuntu)
- echo "deb ${LB_MIRROR_CHROOT_VOLATILE} ${LB_DISTRIBUTION}-updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+ debian|ubuntu)
+ echo "deb ${LB_MIRROR_CHROOT_VOLATILE} ${LB_PARENT_DISTRIBUTION}-updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
if [ "${LB_SOURCE}" = "true" ]
then
- echo "deb-src ${LB_MIRROR_CHROOT_VOLATILE} ${LB_DISTRIBUTION}-updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+ echo "deb-src ${LB_MIRROR_CHROOT_VOLATILE} ${LB_PARENT_DISTRIBUTION}-updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
fi
;;
esac
@@ -101,14 +101,14 @@ EOF
if [ "${LB_BACKPORTS}" = "true" ]
then
case "${LB_MODE}" in
- debian|debian-release)
- if [ "${LB_DISTRIBUTION}" != "sid" ] && [ "${LB_DISTRIBUTION}" != "unstable" ]
+ debian)
+ if [ "${LB_PARENT_DISTRIBUTION}" != "sid" ] && [ "${LB_PARENT_DISTRIBUTION}" != "unstable" ]
then
- echo "deb ${LB_MIRROR_CHROOT_BACKPORTS} ${LB_DISTRIBUTION}-backports ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+ echo "deb ${LB_MIRROR_CHROOT_BACKPORTS} ${LB_PARENT_DISTRIBUTION}-backports ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
if [ "${LB_SOURCE}" = "true" ]
then
- echo "deb-src ${LB_MIRROR_CHROOT_BACKPORTS} ${LB_DISTRIBUTION}-backports ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+ echo "deb-src ${LB_MIRROR_CHROOT_BACKPORTS} ${LB_PARENT_DISTRIBUTION}-backports ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
fi
fi
;;
@@ -144,7 +144,7 @@ EOF
then
_DISTRIBUTION="sid"
else
- _DISTRIBUTION="${LB_DISTRIBUTION}"
+ _DISTRIBUTION="${LB_PARENT_DISTRIBUTION}"
fi
for PLACE in config/repositories "${LB_BASE}/repositories"
@@ -482,34 +482,34 @@ EOF
cat > chroot/etc/apt/sources.list << EOF
# /etc/apt/sources.list
-deb ${LB_MIRROR_BINARY} ${LB_DISTRIBUTION} ${LB_ARCHIVE_AREAS}
+deb ${LB_MIRROR_BINARY} ${LB_PARENT_DISTRIBUTION} ${LB_ARCHIVE_AREAS}
EOF
if [ "${LB_SOURCE}" = "true" ]
then
- echo "deb-src ${LB_MIRROR_BINARY} ${LB_DISTRIBUTION} ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+ echo "deb-src ${LB_MIRROR_BINARY} ${LB_PARENT_DISTRIBUTION} ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
fi
if [ "${LB_SECURITY}" = "true" ]
then
case "${LB_MODE}" in
ubuntu)
- echo "deb ${LB_MIRROR_BINARY_SECURITY} ${LB_DISTRIBUTION}-security ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+ echo "deb ${LB_MIRROR_BINARY_SECURITY} ${LB_PARENT_DISTRIBUTION}-security ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
if [ "${LB_SOURCE}" = "true" ]
then
- echo "deb-src ${LB_MIRROR_BINARY_SECURITY} ${LB_DISTRIBUTION}-security ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+ echo "deb-src ${LB_MIRROR_BINARY_SECURITY} ${LB_PARENT_DISTRIBUTION}-security ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
fi
;;
*)
- if [ "${LB_DISTRIBUTION}" != "sid" ] && [ "${LB_DISTRIBUTION}" != "unstable" ]
+ if [ "${LB_PARENT_DISTRIBUTION}" != "sid" ] && [ "${LB_PARENT_DISTRIBUTION}" != "unstable" ]
then
- echo "deb ${LB_MIRROR_BINARY_SECURITY} ${LB_DISTRIBUTION}/updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+ echo "deb ${LB_MIRROR_BINARY_SECURITY} ${LB_PARENT_DISTRIBUTION}/updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
if [ "${LB_SOURCE}" = "true" ]
then
- echo "deb-src ${LB_MIRROR_BINARY_SECURITY} ${LB_DISTRIBUTION}/updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+ echo "deb-src ${LB_MIRROR_BINARY_SECURITY} ${LB_PARENT_DISTRIBUTION}/updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
fi
fi
;;
@@ -519,12 +519,12 @@ EOF
if [ "${LB_VOLATILE}" = "true" ]
then
case "${LB_MODE}" in
- debian|debian-release|ubuntu)
- echo "deb ${LB_MIRROR_BINARY_VOLATILE} ${LB_DISTRIBUTION}-updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+ debian|ubuntu)
+ echo "deb ${LB_MIRROR_BINARY_VOLATILE} ${LB_PARENT_DISTRIBUTION}-updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
if [ "${LB_SOURCE}" = "true" ]
then
- echo "deb-src ${LB_MIRROR_BINARY_VOLATILE} ${LB_DISTRIBUTION}-updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+ echo "deb-src ${LB_MIRROR_BINARY_VOLATILE} ${LB_PARENT_DISTRIBUTION}-updates ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
fi
;;
esac
@@ -533,14 +533,14 @@ EOF
if [ "${LB_BACKPORTS}" = "true" ]
then
case "${LB_MODE}" in
- debian|debian-release)
- if [ "${LB_DISTRIBUTION}" != "sid" ] && [ "${LB_DISTRIBUTION}" != "unstable" ]
+ debian)
+ if [ "${LB_PARENT_DISTRIBUTION}" != "sid" ] && [ "${LB_PARENT_DISTRIBUTION}" != "unstable" ]
then
- echo "deb ${LB_MIRROR_BINARY_BACKPORTS} ${LB_DISTRIBUTION}-backports ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+ echo "deb ${LB_MIRROR_BINARY_BACKPORTS} ${LB_PARENT_DISTRIBUTION}-backports ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
if [ "${LB_SOURCE}" = "true" ]
then
- echo "deb-src ${LB_MIRROR_BINARY_BACKPORTS} ${LB_DISTRIBUTION}-backports ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
+ echo "deb-src ${LB_MIRROR_BINARY_BACKPORTS} ${LB_PARENT_DISTRIBUTION}-backports ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list
fi
fi
;;
@@ -567,13 +567,13 @@ EOF
# Adding sources.list entries (binary)
if [ -e "${PLACE}/${REPOSITORY}.binary" ]
then
- sed -e "s|@DISTRIBUTION@|${LB_DISTRIBUTION}|g" \
+ sed -e "s|@DISTRIBUTION@|${LB_PARENT_DISTRIBUTION}|g" \
-e "s|@ARCHIVE_AREAS@|${LB_ARCHIVE_AREAS}|g" \
"${PLACE}/${REPOSITORY}.binary" > \
"chroot/etc/apt/sources.list.d/${REPOSITORY}.list"
elif [ -e "${PLACE}/${REPOSITORY}" ]
then
- sed -e "s|@DISTRIBUTION@|${LB_DISTRIBUTION}|g" \
+ sed -e "s|@DISTRIBUTION@|${LB_PARENT_DISTRIBUTION}|g" \
-e "s|@ARCHIVE_AREAS@|${LB_ARCHIVE_AREAS}|g" \
"${PLACE}/${REPOSITORY}" > \
"chroot/etc/apt/sources.list.d/${REPOSITORY}.list"
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 52cb811..2b0d99d 100755
--- a/scripts/build/lb_config
+++ b/scripts/build/lb_config
@@ -33,7 +33,6 @@ USAGE="${PROGRAM} [--apt apt|aptitude]\n\
\t [--apt-ftp-proxy URL]\n\
\t [--apt-http-proxy URL]\n\
\t [--apt-indices true|false|none]\n\
-\t [--apt-pdiffs true|false]\n\
\t [--apt-options OPTION|\"OPTIONS\"]\n\
\t [--aptitude-options OPTION|\"OPTIONS\"]\n\
\t [--apt-pipeline DEPTH]\n\
@@ -54,6 +53,7 @@ USAGE="${PROGRAM} [--apt apt|aptitude]\n\
\t [--cache-packages true|false]\n\
\t [--cache-stages STAGE|\"STAGES\"]\n\
\t [--checksums md5|sha1|sha256|none]\n\
+\t [--compression bzip2|gzip|lzip|none]\n\
\t [--build-with-chroot true|false]\n\
\t [--chroot-filesystem ext2|ext3|squashfs|plain|jffs2]\n\
\t [--clean\n\
@@ -67,8 +67,8 @@ USAGE="${PROGRAM} [--apt apt|aptitude]\n\
\t [--debian-installer-gui true|false]\n\
\t [--debug]\n\
\t [-d|--distribution CODENAME]\n\
+\t [--parent-distribution CODENAME]\n\
\t [--dump]\n\
-\t [-e|--encryption false|aes128|aes192|aes256]\n\
\t [--fdisk fdisk|fdisk.dist]\n\
\t [--force]\n\
\t [--grub-splash FILE]\n\
@@ -77,7 +77,7 @@ USAGE="${PROGRAM} [--apt apt|aptitude]\n\
\t [--hostname NAME]\n\
\t [--ignore-system-defaults]\n\
\t [--includes PATH|none]\n\
-\t [--initramfs auto|none|live-boot|live-initramfs|casper]\n\
+\t [--initramfs auto|none|live-boot|casper]\n\
\t [--interactive shell]\n\
\t [--isohybrid-options OPTION|\"OPTIONS\"]\n\
\t [--iso-application NAME]\n\
@@ -110,7 +110,7 @@ USAGE="${PROGRAM} [--apt apt|aptitude]\n\
\t [--net-cow-mountoptions OPTIONS]\n\
\t [--net-cow-path PATH]\n\
\t [--net-cow-server IP|HOSTNAME]\n\
-\t [--net-tarball bzip2|gzip|tar|none]\n\
+\t [--net-tarball true|false]\n\
\t [-p|--package-lists LIST|\"LISTS\"]\n\
\t [--packages PACKAGE|\"PACKAGES\"]\n\
\t [--quiet]\n\
@@ -122,7 +122,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\
@@ -136,18 +135,18 @@ USAGE="${PROGRAM} [--apt apt|aptitude]\n\
Local_arguments ()
{
- LONG_OPTIONS="apt:,apt-ftp-proxy:,apt-http-proxy:,apt-pdiffs:,apt-options:,aptitute-options:,
+ LONG_OPTIONS="apt:,apt-ftp-proxy:,apt-http-proxy:,apt-options:,aptitute-options:,
apt-pipeline:,apt-recommends:,apt-secure:,bootstrap:,cache:,cache-indices:,cache-packages:,
cache-stages:,debconf-frontend:,debconf-nowarnings:,debconf-priority:,dump,
initramfs:,fdisk:,losetup:,mode:,repositories:,root-command:,use-fakeroot:,tasksel:,includes:,
templates:,architectures:,bootstrap-config:,bootstrap-flavour:,bootstrap-keyring:,clean,
- distribution:,mirror-bootstrap:,mirror-chroot:,mirror-chroot-security:,mirror-chroot-volatile:,mirror-chroot-backports:,mirror-binary:,
+ distribution:,parent-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:,
- apt-indices:,bootappend-install:,bootappend-live:,bootloader:,checksums:,build-with-chroot:,
+ 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:,
- encryption:,grub-splash:,hostname:,isohybrid-options:,iso-application:,iso-preparer:,iso-publisher:,
+ grub-splash:,hostname:,isohybrid-options:,iso-application:,iso-preparer:,iso-publisher:,
iso-volume:,jffs2-eraseblock:,memtest:,net-root-filesystem:,net-root-mountoptions:,
net-root-path:,net-root-server:,net-cow-filesystem:,net-cow-mountoptions:,net-cow-path:,
net-cow-server:,net-tarball:,syslinux-theme:,
@@ -230,10 +229,6 @@ Local_arguments ()
shift 2
;;
- --apt-pdiffs)
- LB_APT_PDIFFS="${2}"
- shift 2
- ;;
--apt-options)
APT_OPTIONS="${2}"
shift 2
@@ -388,6 +383,11 @@ Local_arguments ()
esac
;;
+ --parent-distribution)
+ LB_PARENT_DISTRIBUTION="${2}"
+ shift 2
+ ;;
+
-m|--mirror-bootstrap)
LB_MIRROR_BOOTSTRAP="${2}"
shift 2
@@ -524,11 +524,6 @@ Local_arguments ()
shift 2
;;
- --sysvinit)
- LB_SYSVINIT="${2}"
- shift 2
- ;;
-
# config/binary
--binary-filesystem)
LB_BINARY_FILESYSTEM="${2}"
@@ -560,6 +555,11 @@ Local_arguments ()
shift 2
;;
+ --compression)
+ LB_COMPRESSION="${2}"
+ shift 2
+ ;;
+
--build-with-chroot)
LB_BUILD_WITH_CHROOT="${2}"
shift 2
@@ -585,11 +585,6 @@ Local_arguments ()
shift 2
;;
- -e|--encryption)
- LB_ENCRYPTION="${2}"
- shift 2
- ;;
-
--grub-splash)
LB_GRUB_SPLASH="${2}"
shift 2
@@ -829,10 +824,6 @@ LB_APT_FTP_PROXY="${LB_APT_FTP_PROXY}"
# (Default: autodetected or empty)
LB_APT_HTTP_PROXY="${LB_APT_HTTP_PROXY}"
-# \$LB_APT_PDIFFS: set apt/aptitude pdiff indices
-# (Default: ${LB_APT_PDIFFS})
-LB_APT_PDIFFS="${LB_APT_PDIFFS}"
-
# \$LB_APT_PIPELINE: set apt/aptitude pipeline depth
# (Default: ${LB_APT_PIPELINE})
LB_APT_PIPELINE="${LB_APT_PIPELINE}"
@@ -978,6 +969,10 @@ LB_BOOTSTRAP_KEYRING="${LB_BOOTSTRAP_KEYRING}"
# (Default: ${LB_DISTRIBUTION})
LB_DISTRIBUTION="${LB_DISTRIBUTION}"
+# \$LB_PARENT_DISTRIBUTION: select parent distribution to use
+# (Default: ${LB_PARENT_DISTRIBUTION})
+LB_PARENT_DISTRIBUTION="${LB_PARENT_DISTRIBUTION}"
+
# \$LB_MIRROR_BOOTSTRAP: set mirror to bootstrap from
# (Default: ${LB_MIRROR_BOOTSTRAP})
LB_MIRROR_BOOTSTRAP="${LB_MIRROR_BOOTSTRAP}"
@@ -1103,10 +1098,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
@@ -1152,6 +1143,10 @@ LB_BOOTLOADER="${LB_BOOTLOADER}"
# (Default: ${LB_CHECKSUMS})
LB_CHECKSUMS="${LB_CHECKSUMS}"
+# \$LB_COMPRESSION: set compression
+# (Default: ${LB_COMPRESSION})
+LB_COMPRESSION="${LB_COMPRESSION}"
+
# \${LB_BUILD_WITH_CHROOT: control if we build binary images chrooted
# (Default: ${LB_BUILD_WITH_CHROOT})
# DO NEVER, *NEVER*, *N*E*V*E*R* SET THIS OPTION to false.
@@ -1173,10 +1168,6 @@ LB_DEBIAN_INSTALLER_PRESEEDFILE="${LB_DEBIAN_INSTALLER_PRESEEDFILE}"
# (Default: ${LB_DEBIAN_INSTALLER_GUI})
LB_DEBIAN_INSTALLER_GUI="${LB_DEBIAN_INSTALLER_GUI}"
-# \$LB_ENCRYPTION: set encryption
-# (Default: ${LB_ENCRYPTION})
-LB_ENCRYPTION="${LB_ENCRYPTION}"
-
# \$LB_GRUB_SPLASH: set custom grub splash
# (Default: empty)
LB_GRUB_SPLASH="${LB_GRUB_SPLASH}"
diff --git a/scripts/build/lb_source_disk b/scripts/build/lb_source_disk
index edc7f0d..a7cb526 100755
--- a/scripts/build/lb_source_disk
+++ b/scripts/build/lb_source_disk
@@ -60,11 +60,6 @@ case "${LB_MODE}" in
TRACE="project/trace/ftp-master.debian.org"
;;
- debian-release)
- STRING="Official ${ARCHITECTURE}"
- TRACE="project/trace/ftp-master.debian.org"
- ;;
-
ubuntu)
TITLE="Ubuntu"
STRING="Build ${ARCHITECTURE}"
diff --git a/scripts/build/lb_source_net b/scripts/build/lb_source_net
index aa425c4..319d2a6 100755
--- a/scripts/build/lb_source_net
+++ b/scripts/build/lb_source_net
@@ -49,14 +49,26 @@ Check_lockfile .lock
Create_lockfile .lock
# Remove old source
-if [ -f source-net.tar.gz ]
-then
- rm -f source-net.tar.gz
-fi
+rm -f source-net.tar.bz2 source-net.tar.gz source-net.tar.lz source-net.tar
-# Create tarball
tar cf source-net.tar source
-gzip ${GZIP_OPTIONS} source-net.tar
+
+case "${_COMPRESSION}" in
+ bzip2)
+ bzip2 ${BZIP2_OPTIONS} source-net.tar
+ ;;
+
+ gzip)
+ gzip ${GZIP_OPTIONS} source-net.tar
+ ;;
+
+ lzip)
+ lzip ${LZIP_OPTIONS} source-net.tar
+ ;;
+
+ none)
+ ;;
+esac
# Creating stage file
Create_stagefile .stage/source_net
diff --git a/scripts/build/lb_source_tar b/scripts/build/lb_source_tar
index 4d45e2c..1615357 100755
--- a/scripts/build/lb_source_tar
+++ b/scripts/build/lb_source_tar
@@ -50,15 +50,31 @@ Check_lockfile .lock
Create_lockfile .lock
# Remove old source
-rm -f source.debian.tar.gz
-rm -f source.debian-live.tar.gz
+rm -f source.debian.tar.bz2 source.debian.tar.gz source.debian.tar.lz source.debian.tar
+rm -f source.debian-live.tar.bz2 source.debian-live.tar.gz source.debian-live.tar.lz source.debian-live.tar
-# Create tarballs
tar cf source.debian.tar source/debian
-gzip ${GZIP_OPTIONS} source.debian.tar
-
tar cf source.debian-live.tar source/debian-live
-gzip ${GZIP_OPTIONS} source.debian-live.tar
+
+case "${LB_COMPRESSION}" in
+ bzip2)
+ bzip2 ${BZIP2_OPTIONS} source.debian.tar
+ bzip2 ${BZIP2_OPTIONS} source.debian-live.tar
+ ;;
+
+ gzip)
+ gzip ${GZIP_OPTIONS} source.debian.tar
+ gzip ${GZIP_OPTIONS} source.debian-live.tar
+ ;;
+
+ lzip)
+ lzip ${LZIP_OPTIONS} source.debian.tar
+ lzip ${LZIP_OPTIONS} source.debian-live.tar
+ ;;
+
+ none)
+ ;;
+esac
# Creating stage file
Create_stagefile .stage/source_tar
diff --git a/templates/cgi/debian-official/build.html b/templates/cgi/debian-official/build.html
index e10421f..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>
@@ -47,7 +46,6 @@
<tr><td>--bootloader: </td><td>LB_BOOTLOADER</td></tr>
<tr><td>--debian-installer: </td><td>LB_DEBIAN_INSTALLER</td></tr>
<tr><td>--bootappend-install: </td><td>LB_BOOTAPPEND_INSTALL</td></tr>
- <tr><td>--encryption: </td><td>LB_ENCRYPTION</td></tr>
<tr><td>--iso-application: </td><td>LB_ISO_APPLICATION</td></tr>
<tr><td>--iso-preparer: </td><td>LB_ISO_PREPARER</td></tr>
<tr><td>--iso-publisher: </td><td>LB_ISO_PUBLISHER</td></tr>
diff --git a/templates/cgi/debian-official/form.html b/templates/cgi/debian-official/form.html
index d3ae837..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>
@@ -234,17 +225,6 @@
<td><label for="Bootappend_Install">--bootappend-install:</label> </td>
<td><input id="Bootappend_Install" name="bootappend_install" maxlength="256" size="50" type="text" value="" /></td>
</tr>
- <tr>
- <td><label for="Encryption">--encryption:</label> </td>
- <td>
- <select id="Encryption" name="encryption" size="1">
- <option selected value="">none</option>
- <option value="aes128">aes128</option>
- <option value="aes192">aes192</option>
- <option value="aes256">aes256</option>
- </select>
- </td>
- </tr>
<!-- LIVE_GRUB_SPLASH -->
<tr>
<td><label for="Iso_Application">--iso-application:</label> </td>
diff --git a/templates/cgi/debian-unofficial/build.html b/templates/cgi/debian-unofficial/build.html
index 393aa9c..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>
@@ -47,7 +46,6 @@
<tr><td>--bootloader: </td><td>LB_BOOTLOADER</td></tr>
<tr><td>--debian-installer: </td><td>LB_DEBIAN_INSTALLER</td></tr>
<tr><td>--bootappend-install: </td><td>LB_BOOTAPPEND_INSTALL</td></tr>
- <tr><td>--encryption: </td><td>LB_ENCRYPTION</td></tr>
<tr><td>--iso-application: </td><td>LB_ISO_APPLICATION</td></tr>
<tr><td>--iso-preparer: </td><td>LB_ISO_PREPARER</td></tr>
<tr><td>--iso-publisher: </td><td>LB_ISO_PUBLISHER</td></tr>
diff --git a/templates/cgi/debian-unofficial/form.html b/templates/cgi/debian-unofficial/form.html
index 4f76c34..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>
@@ -233,17 +224,6 @@
<td><label for="Bootappend_Install">--bootappend-install:</label> </td>
<td><input id="Bootappend_Install" name="bootappend_install" maxlength="256" size="50" type="text" value="" /></td>
</tr>
- <tr>
- <td><label for="Encryption">--encryption:</label> </td>
- <td>
- <select id="Encryption" name="encryption" size="1">
- <option selected value="">none</option>
- <option value="aes128">aes128</option>
- <option value="aes192">aes192</option>
- <option value="aes256">aes256</option>
- </select>
- </td>
- </tr>
<!-- LIVE_GRUB_SPLASH -->
<tr>
<td><label for="Iso_Application">--iso-application:</label> </td>
--
live-build
More information about the debian-live-changes
mailing list